home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / CHIP / Porady / Srodowisko PHP-MySQL / WAMP5 1.3 / wamp5_1.3.exe / {app} / www / phpmyadmin / ChangeLog < prev    next >
Text File  |  2004-09-24  |  256KB  |  5,307 lines

  1. ----------------------
  2. phpMyAdmin - Changelog
  3. ----------------------
  4.  
  5. $Id: ChangeLog,v 2.664 2004/09/21 23:47:03 lem9 Exp $
  6. $Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $
  7.  
  8. 2004-09-21 Marc Delisle  <lem9@users.sourceforge.net>
  9.     * libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla 
  10.     ### 2.6.0-rc3 released
  11.  
  12. 2004-09-21 Alexander M. Turek  <me@derrabus.de>
  13.     * db_details.php, read_dump.php, tbl_query_box.php: Allow import of
  14.       non-UTF-8 SQL dumps. Thanks to Marc for the initial patch.
  15.       FIXME: The current solution breaks the display of the executed queries.
  16.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: Made
  17.       PMA_getCollationDescr() recognize the new Persian collations that will be
  18.       included in MySQL 4.1.5.
  19.  
  20. 2004-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  21.     * read_dump.php, libraries/read_dump.lib.php: bug #1030644,
  22.       error importing when last table exported was empty
  23.     * libraries/dbi/mysql.dbi.lib.php: tell the client library to use
  24.       CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla
  25.  
  26. 2004-09-20 Michal ─îiha┼Ö  <michal@cihar.com>
  27.     * Documentation.html: Add info about theme generations.
  28.  
  29. 2004-09-19 Alexander M. Turek  <me@derrabus.de>
  30.     * Documentation.html: Clarification.
  31.  
  32. 2004-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  33.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  34.  
  35. 2004-09-18 Marc Delisle  <lem9@users.sourceforge.net>
  36.     * lang/russian updated, thanks to "nobody"
  37.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  38.  
  39. 2004-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  40.     * config.inc.php, Documentation.html: clarifications about QueryFrame
  41.     * queryframe.php: bug #1027321, drop-down databases list keeps focus,
  42.       thanks to Michael Keck
  43.  
  44. 2004-09-16 Garvin Hicking <me@supergarv.de>
  45.     * libraries/display_export.lib.php: Bug #1010752 - Remove space
  46.       before <label> to be consistent throughout the panel.
  47.  
  48. 2004-09-15 Garvin Hicking <me@supergarv.de>
  49.     * browse_foreigners.php, libraries/functions.js, tbl_select.php:
  50.       Fixed foreign key browser window to also work from within
  51.       Search-subpanel.
  52.  
  53. 2004-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  54.     * server_privileges.php: stay on the form when passwords don't match
  55.       (after the js alert)
  56.     * left.php, bug #1006514, top left frame does not load in Safari 1.2.3,
  57.       workaround thanks to Ryan Schmidt
  58.  
  59. 2004-09-14 Michal ─îiha┼Ö  <michal@cihar.com>
  60.     * themes.php, libraries/common.lib.php, libraries/defines.lib.php,
  61.       libraries/select_theme.lib.php, themes/darkblue_orange/info.inc.php,
  62.       themes/original/info.inc.php: Better theme version check (bug #1023029).
  63.     * libraries/auth/cookie.auth.lib.php: Remember database when using cookie
  64.       login (bug #1027873).
  65.  
  66. 2004-09-13 Garvin Hicking <me@supergarv.de>
  67.     * browse_foreigners.php: bug #1027204 - paging did not
  68.       work in foreigner browsing window.
  69.  
  70. 2004-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  71.     * sql.php: bug #988723, sql error when ordering by count( * )
  72.  
  73. 2004-09-11 Marc Delisle  <lem9@users.sourceforge.net>
  74.     * lang/dutch: small update
  75.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  76.     * server_privileges.php: bug #1003238, cannot manipulate a username
  77.       like "example@nothost" where the "@" is part of the username
  78.  
  79. 2004-09-10 Alexander M. Turek  <me@derrabus.de>
  80.     * lang/german-*.inc.php: grammar.
  81.  
  82. 2004-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  83.     * Documentation.html: bug #1022338: clarify about needed chown -R
  84.       on the scripts (otherwise, problems in PHP safe mode)
  85.     * tbl_change.php: bug #1024434, undefined sql_query when clicking
  86.       on Insert tab from the Insert textfile sub-page
  87.  
  88. 2004-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  89.     * main.php: bug #992211, wrong parameters to
  90.       PMA_generate_common_hidden_inputs(), thanks to Ryan Schmidt
  91.  
  92. 2004-09-07 Michal ─îiha┼Ö  <michal@cihar.com>
  93.     * calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
  94.       full one (bug #1023444).
  95.  
  96. 2004-09-07 Alexander M. Turek  <me@derrabus.de>
  97.     * main.php: Typo.
  98.     * libraries/sqlparser.data.php: Added keyword "SESSION".
  99.  
  100. 2004-09-06 Marc Delisle  <lem9@users.sourceforge.net>
  101.     ### 2.6.0-rc2 released
  102.  
  103. 2004-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  104.     * ldi_table.php: bug #1010652, wrong label,
  105.       thanks to Ryan Schmidt - ryandesign for the patch
  106.  
  107. 2004-09-05 Alexander M. Turek  <me@derrabus.de>
  108.     * libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
  109.       SHOW TABLE TYPES.
  110.     * tbl_create.php: Use default tab.
  111.     * tbl_properties.inc.php: Don't offer the BINARY field attribute in
  112.       MySQL 4.1.
  113.     * main.php: Check the privileges of the anonymous user, too.
  114.  
  115. 2004-09-05 Michal ─îiha┼Ö  <michal@cihar.com>
  116.     * Documentation.html: Add information about theme versions and names.
  117.  
  118. 2004-09-04 Alexander M. Turek  <me@derrabus.de>
  119.     * tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
  120.     * db_search.php, tbl_select.php: Made search independant from the
  121.       connection charset.
  122.  
  123. 2004-09-04 Marc Delisle  <lem9@users.sourceforge.net>
  124.     * sql.php: bug #899430: left frame problem when lower_case_table_names==2
  125.     * libraries/database_interface.lib.php: bug #1009791: now remove non-UTF-8
  126.       choices from the drop-down (in main) for MySQL 4.1.x
  127.     * Documentation.html: added some missing variables and new FAQ 2.7
  128.       about using and creating themes
  129.  
  130. 2004-09-03 Marc Delisle  <lem9@users.sourceforge.net>
  131.     * main.php, server_privileges.php, libraries/common.lib.php:
  132.       replace charset introducers by CONVERT USING,
  133.       to support servers where the mysql.* tables are not in latin1
  134.     * libraries/database_interface.lib.php: do not add BINARY and VARBINARY
  135.       twice in the drop-down list of field types
  136.  
  137. 2004-09-03 Alexander M. Turek  <me@derrabus.de>
  138.     * Documentation.html: Typos; added a note about the deprecated MySQL
  139.       versions 4.1.0 and 4.1.1.
  140.  
  141. 2004-09-03 Michal ─îiha┼Ö  <michal@cihar.com>
  142.     * libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
  143.       #1013787).
  144.     * libraries/display_export.lib.php: Updated texts to fit Excel 2003
  145.       behaviour (bug #1018457).
  146.     * main.php, themes.php: Escape theme names (bug #1016608).
  147.     * lang/hebrew-utf-8.inc.php, lang/sync_lang.sh,
  148.       libraries/select_lang.lib.php: Hebrew now also has utf-8 version.
  149.  
  150. 2004-09-01 Marc Delisle  <lem9@users.sourceforge.net>
  151.     * libraries/auth/cookie.auth.lib.php: bug #939531: when people upgrade
  152.       phpMyAdmin on the same directory, the previous cookie pma_cookie_username
  153.       was used but produced an Undefined offset in blowfish.php, because
  154.       on previous PMA versions it was not encoded the same way. Now this old
  155.       cookie is not used. Users have to reenter their username (not a big
  156.       impact IMO)
  157.  
  158. 2004-09-01 Michal ─îiha┼Ö  <michal@cihar.com>
  159.     * libraries/export/sql.php: Fix empty BLOB export (bug #1020052).
  160.  
  161. 2004-08-29 Marc Delisle  <lem9@users.sourceforge.net>
  162.     * server_privileges.php: bug #1007870, illegal mix of collations
  163.       for operation UNION
  164.  
  165. 2004-08-28 Marc Delisle  <lem9@users.sourceforge.net>
  166.     * tbl_properties_structure.php, tbl_properties.inc.php,
  167.       libraries/sqlparser.data.php, /database_interface.lib.php:
  168.       support for VARBINARY and BINARY field types
  169.  
  170. 2004-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  171.     * tbl_relation.php, libraries/display_tbl.lib.php: bug #1016997,
  172.       wrong db name generated in SHOW KEYS
  173.  
  174. 2004-08-26 Marc Delisle  <lem9@users.sourceforge.net>
  175.     * index.php, libraries/common.lib.php: bug #1006011: now we save
  176.       the chosen connection collation into a cookie
  177.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  178.     * lang/hebrew, turkish: bug 1016609: <br> tags
  179.  
  180. 2004-08-25 Michal ─îiha┼Ö  <michal@cihar.com>
  181.     * main.php: Don't show port after verbose name (bug #1013401).
  182.  
  183. 2004-08-23 Michal ─îiha┼Ö  <michal@cihar.com>
  184.     * scripts/create-release.sh: Support for snapshots outside sourceforge.
  185.     * libraries/export/sql.php: Fix exporting of TIMESTAMP (bug #1013730).
  186.  
  187. 2004-08-22 Michal ─îiha┼Ö  <michal@cihar.com>
  188.     * sql.php: Don't unset $sql_limit_to_append, we need it later (bug
  189.       #978930, found by Marc).
  190.  
  191. 2004-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  192.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  193.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  194.     * lang/chinese_simplified: updated, thanks to Simon - simon2san
  195.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  196.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  197.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  198.  
  199. 2004-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  200.     * themes/darkblue_orange/img/logo_left.php: transparent version,
  201.       thanks to Michael Keck
  202.     * db_datadict.php, tbl_printview.php, transformation_wrapper.php:
  203.       commands out of sync
  204.     * tbl_indexes.php: optimize: remove unneeded row count
  205.     * libraries/display_tbl.lib.php: foreign key tooltip not displaying
  206.       in mysqli
  207.     * tbl_replace.php: could not upload a binary field in mysqli
  208.     * libraries/transformations.lib.php: could not change MIME type, etc
  209.       in mysqli
  210.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  211.  
  212. 2004-08-19 Marc Delisle  <lem9@users.sourceforge.net>
  213.     * lang/*: bug 1009667: do not spell Ms Excel but MS Excel
  214.  
  215. 2004-08-19 Michal ─îiha┼Ö  <michal@cihar.com>
  216.     * read_dump.php: Fixed one case of reload detection (I forgot to update
  217.       second regexp on 2004-08-16) (bug #1011479).
  218.  
  219. 2004-08-17 Michal ─îiha┼Ö  <michal@cihar.com>
  220.     * sql.php: Work with $display_query only if set (Marc spotted this out).
  221.     * libraries/display_export.lib.php: No options text should not be bold red
  222.       (bug #1010759).
  223.  
  224. 2004-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  225.     * tbl_select.php, config.inc.php, libraries/config_import.lib.php,
  226.       libraries/common.lib.php: bug #983735: move search operators to
  227.       config file, and set "LIKE" as default operator instead of "LIKE %...%",
  228.       for performance reasons
  229.  
  230. 2004-08-16 Alexander M. Turek  <me@derrabus.de>
  231.     * libraries/relation.lib.php: Fixed some collation problems with the
  232.       relational tables (bug #995359).
  233.  
  234. 2004-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  235.     * all .../theme_right_css.php: bug #1009661, typo,
  236.       thanks to Ryan Schmidt (ryandesign)
  237.  
  238. 2004-08-16 Michal ─îiha┼Ö  <michal@cihar.com>
  239.     * read_dump.php: Fix handling of comments -- and # (bug #1009494).
  240.     * libraries/relation.lib.php: Fix typo, CONVERT is for MySQL >= 4.1 and
  241.       not for MySQL >= 4.0.
  242.     * sql.php, libraries/common.lib.php: Better appending of LIMIT (bug
  243.       #978930).
  244.  
  245. 2004-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  246.     (Patches from Michael Keck)
  247.     * left.php, queryframe.php, themes.php: bug #1005479: was using
  248.       a hardcoded charset
  249.     * themes/.../themes_left.css, /themes_right.css: new style for
  250.       better vertical alignment
  251.  
  252. 2004-08-13 Michal ─îiha┼Ö  <michal@cihar.com>
  253.     * libraries/read_dump.lib.php: Fix possible undefined index (bug
  254.       #1008232).
  255.     * scripts/create-release.sh: Rename config.default to config.default.php.
  256.  
  257. 2004-08-12 Michal ─îiha┼Ö  <michal@cihar.com>
  258.     * db_details_structure.php: Inconsistency of drop/empty links (bug
  259.       #989705).
  260.     * tbl_addfield.php, tbl_properties.inc.php, tbl_properties_structure.php:
  261.       Change look of adding fields into table (bug #991095).
  262.     * many files: I again did some XHTML validation, so removed few of most
  263.       obvious errors, but there are still many, mostly missing alt attributtes
  264.       for images and wrongly nested tags.
  265.     * left.php, queryframe.php: Replace htmlentities with htmlspecialchars
  266.       (bug #1008002).
  267.     * libraries/config_import.lib.php: Remove compatibility code for colors.
  268.     * lang/czech: Improved message.\
  269.     * main.php, themes.php, libraries/common.lib.php,
  270.       libraries/defines.lib.php, libraries/select_theme.lib.php,
  271.       themes/darkblue_orange/info.inc.php, themes/original/info.inc.php:
  272.       Implemeted versioning and naming for themes (RFEs #991642 and #991645).
  273.     * left.php: Use always natsort and not natcasesort in one case, it caused
  274.       inconsistency (bug #1008120).
  275.  
  276. 2004-08-11 Michal ─îiha┼Ö  <michal@cihar.com>
  277.     * tbl_replace.php: Do not empty protected values (bug #1006812).
  278.     * libraries/display_tbl.lib.php: Wrong parameters for PMA_DBI_free_result
  279.       (bug #1007287).
  280.     * tbl_indexes.php, libraries/display_tbl.lib.php: Fix grabing indexes with
  281.       MYSQLI_USE_RESULT (bug #1007286).
  282.  
  283. 2004-08-10 Michal ─îiha┼Ö  <michal@cihar.com>
  284.     * libraries/tbl_change.js: Forcibily use 10 as base for parsed numbers,
  285.       otherwise accidentally octal numbers are expected (part of bug
  286.       #1005865).
  287.  
  288. 2004-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  289.     * lang/turkish update, thanks to Bora Alioglu
  290.     * libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
  291.       dropdowns, thanks to Joerg Klein (j0erch) for the fix
  292.  
  293. 2004-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  294.     * libraries/relation.lib.php:
  295.         bug 1005414, undefined offset when no display field has been defined;
  296.         bug 1004546, sort error in dropdown list of foreign values;
  297.         incorrect result was freed
  298.     * libraries/relation.lib.php: use natural order sort according to config
  299.     * db_details_structure.php, pdf_pages.php, pdf_schema.php: make it work
  300.       with mysqli extension
  301.     * scripts/upgrade_tables_mysql_4_1_2+.sql: new script to upgrade pmadb
  302.       on MySQL 4.1.2
  303.     * libraries/bookmark.lib.php: bug (mysqli)
  304.     * tbl_query_box.php: field list does not show (mysqli)
  305.     * libraries/sqlparser.lib.php: cannot copy a table structure (MySQL 4.1.x)
  306.     ### 2.6.0-rc1 released
  307.  
  308. 2004-08-08 Michal ─îiha┼Ö  <michal@cihar.com>
  309.     * calendar.php: Include correct stylesheet (bug #1005421).
  310.  
  311. 2004-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  312.     * lang/turkish update, thanks to Bora Alioglu
  313.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  314.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  315.     * lang/dutch: bug 1000683, backslash typo
  316.     * libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
  317.  
  318. 2004-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  319.     * tbl_properties_operations.php: bug 1004523, now display table options
  320.       according to the possibilities of the table types
  321.  
  322. 2004-08-06 Michal ─îiha┼Ö  <michal@cihar.com>
  323.     * tbl_change.php: Do not free result, we need it later.
  324.     * tbl_relation.php: Some functions do not take parameters (bug #1000021).
  325.  
  326. 2004-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  327.     (Patches from Michael Keck)
  328.     * index.php: names and ids for framesets in the noscript section
  329.     * updated themes screenshots
  330.     * left.php: bug 998698, db dropdown refresh
  331.     (me)
  332.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  333.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  334.     * lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
  335.  
  336. 2004-08-03 Marc Delisle  <lem9@users.sourceforge.net>
  337.     (Patches from Michael Keck)
  338.     * libraries/display_tbl.lib.php: bug 993694, clicking on last record
  339.       button reaches a page where the current page number is not the last one
  340.     * main.php: - removed bug with hashform.hash
  341.                 - removed id for input field 'new_database', because it may be
  342.                   too large for the one lined create db form
  343.                 - bug #980232 'Javascript error on index page'
  344.     * db_details_common.php: removed bug with hashform.hash
  345.     * index.php: - given names and ids for framesets, please see below 'queryframe.php'
  346.     * queryframe.php - javascript function for dynamic resizing the rows
  347.                        in the left frameset 'leftFrameset'.
  348.                        (bugs: #993648, #989581, #988897)
  349.  
  350. 2004-08-02 Marc Delisle  <lem9@users.sourceforge.net>
  351.     * libraries/database_interface.lib.php, /select_lang.lib.php:
  352.       bug 968174: now, in MySQL 4.1.0+ we auto-switch the language to
  353.       the corresponding -UTF-8 version (if it exists); also, now
  354.       the default language is the non-UTF-8 one
  355.  
  356. 2004-08-02 Michal ─îiha┼Ö  <michal@cihar.com>
  357.     * libraries/export/sql.php: Removed unused code.
  358.  
  359. 2004-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  360.     * tbl_change.php, libraries/relation.lib.php: bug 1001159, Commands
  361.       out of sync on Insert
  362.     * tbl_move_copy.php: bug 995098, cannot copy table data only
  363.     * libraries/dbi/mysqli.dbi.lib.php: use faster AND comparison for flags,
  364.       as suggested by Michal
  365.     * libraries/export/sql.php: workaround for datetime export because
  366.       mysqli under MySQL 4.1.3 reports a datetime as binary
  367.  
  368. 2004-07-31 Alexander M. Turek  <me@derrabus.de>
  369.     * tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
  370.       optimizations, freed some results (thanks to Marc for the one in
  371.       tbl_replace.php).
  372.     * lang/sync_lang.sh: Updated sync script for the new names of the chinese
  373.       language files.
  374.  
  375. 2004-07-30 Alexander M. Turek  <me@derrabus.de>
  376.     * lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
  377.       naming for the chinese language files.
  378.  
  379. 2004-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  380.     * lang/hungarian: updates, thanks to Peter Bakondy
  381.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  382.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  383.  
  384. 2004-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  385.     * libraries/sqlparser*.php: bug 965026, support of GROUP_CONCAT()
  386.  
  387. 2004-07-28 Michal ─îiha┼Ö  <michal@cihar.com>
  388.     * tbl_properties_structure.php: Allow to create primary key when there was
  389.       none before (bug #996246).
  390.  
  391. 2004-07-27 Marc Delisle  <lem9@users.sourceforge.net>
  392.     * libraries/sqlparser*.php: bug 981343,
  393.       cannot copy a table with a timestamp (MySQL 4.1.2)
  394.  
  395. 2004-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  396.     * main.php, libraries/common.lib.php: bug 997682:
  397.       illegal mix of collations
  398.     * server_privileges.php: same bug
  399.       FIXME: check privileges for a db
  400.  
  401. 2004-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  402.     * Documentation.html: take into account the new script to
  403.       create tables for the infrastructure
  404.  
  405. 2004-07-23 Alexander M. Turek  <me@derrabus.de>
  406.     * config.inc.php, libraries/config_import.lib.php,
  407.       libraries/select_lang.lib.php: Made phpMyAdmin aware that there is a
  408.       charset called gbk.
  409.  
  410. 2004-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  411.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  412.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  413.  
  414. 2004-07-20 Alexander M. Turek  <me@derrabus.de>
  415.     * Documentation.html: added note about php5.
  416.  
  417. 2004-07-18 Marc Delisle  <lem9@users.sourceforge.net>
  418.     * main.php: doc link for connection collation
  419.  
  420. 2004-07-17 Alexander M. Turek  <me@derrabus.de>
  421.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  422.       moved redundant post-connect code into database_interface.lib.php.
  423.     * libraries/url_generating.lib.php: Added ability to skip certain hidden
  424.       input fields.
  425.     * libraries/database_interface.lib.php: Added new function for retreiving
  426.       MySQL variables.
  427.     * libraries/mysql_charsets.lib.php: Added optional onchange-submit feature
  428.       to collation dropdown box.
  429.     * main.php, lang/*.inc.php, libraries/database_interface.lib.php,
  430.       libraries/url_generating.lib.php: The user may now choose his connection
  431.       character set. This should fix bug #984912.
  432.       WARNING: The pmadb needs to be converted to UTF-8 now!
  433.       TODO: Handle non-UTF-8 pmadb more nicely.
  434.  
  435. 2004-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  436.     * index.php: left frame display problems under IE
  437.  
  438. 2004-07-16 Michal ─îiha┼Ö  <michal@cihar.com>
  439.     * libraries/export/sql.php: Remove code for old MySQL version, do not
  440.       store query, better handle various end of lines (probably bug #979635).
  441.  
  442. 2004-07-15 Alexander M. Turek  <me@derrabus.de>
  443.     * scripts/create_tables.old.sql, scripts/create_tables.sql: Force UTF-8
  444.       for PMA database in MySQL 4.1 and above.
  445.       TODO: - Update docs
  446.             - Add conversion code to the docs
  447.             - add charset checks to pmadb validation code
  448.     * main.php: bug #991887.
  449.     * server_databases.php: Add database collations to statistics.
  450.     * lang/german-*.inc.php: Grammar.
  451.  
  452. 2004-07-15 Michal ─îiha┼Ö  <michal@cihar.com>
  453.     * tbl_properties_export.php: Fix export of queries with empty WHERE clause
  454.       (bug #990330).
  455.     * libraries/display_export.lib.php: Display SQL export after saving file
  456.       on server    (bug #989657).
  457.     * tbl_properties_export.php: In case we don't need to reconstruct complete
  458.       query just drop LIMIT part (workaround for bug #955175 and should fix
  459.       bug #990724).
  460.     * libraries/export/sql.php: Fix export of '0' strings (bug #990398).
  461.  
  462. 2004-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  463.     * tbl_change.php: bug 990959, undefined index for DATETIME
  464.       field (problem in UTF-8 only!)
  465.     * main.php: bug 984136: other fix for RTL and logo
  466.  
  467. 2004-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  468.     * index.php, libraries/common.lib.php: bug 989581 and left panel
  469.       display problems when switching themes
  470.     * tbl_relation.php: bug 978111, out of sync in Relation view
  471.       (note: we need to use the PMA_DBI_QUERY_STORE option in a mysqli query
  472.        when we later do a PMA_DBI_num_rows() on the results)
  473.  
  474. 2004-07-13 Michal ─îiha┼Ö  <michal@cihar.com>
  475.     * lang/czech: Updated.
  476.  
  477. 2004-07-13 Alexander M. Turek  <me@derrabus.de>
  478.     * libraries/dbi/mysqli.dbi.lib.php: avoid php errors if result set is
  479.       FALSE.
  480.     * libraries/mysql_charsets.lib.php, lang/*.inc.php: Updated collation
  481.       definitions for MySQL 4.1.3 and 4.1.4.
  482.     * lang/german-*.inc.php: Updates.
  483.     * db_details_db_info.php: Fixed a few "out of sync" errors.
  484.     * Documentation.html: removed a pre-php-4.1 note.
  485.  
  486. 2004-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  487.     * all themes/colors.inc.php, libraries/common.lib.php,
  488.       config.inc.php, Documentation.html: rename colors.inc.php to
  489.       layout.inc.php, thanks to Garvin for the suggestion
  490.  
  491. 2004-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  492.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  493.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  494.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  495.  
  496. 2004-07-09 Marc Delisle  <lem9@users.sourceforge.net>
  497.     * tbl_change.php: bug 981793, cross-window update message when inserting
  498.       a record and fetching a value from the browse foreigners window,
  499.       thanks to Michael Keck
  500.  
  501. 2004-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  502.     * db_details_qbe.php: undefined offset and undefined variable
  503.  
  504. 2004-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  505.     * main.php: bug 984136, wrong alignment in RTL languages
  506.     * lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
  507.       for arabic UTF-8. sync with --iconv works.
  508.     * tbl_relation.php: use PMA_DBI_try_query() to be able to catch the
  509.       missing index error (InnoDB) and give appropriate advice
  510.  
  511. 2004-07-06 Marc Delisle  <lem9@users.sourceforge.net>
  512.     * libraries/export/xls.php: enable user to specify './tmp' as the
  513.       TempDir -- use realpath() to find the complete path. Add error trap
  514.       in case OLE cannot write to directory. Add setTempDir() to enable OLE
  515.       write in this directory.
  516.     * Documentation.html: document the TempDir creation and PHP safe mode
  517.       issues with PEAR
  518.  
  519. 2004-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  520.     * footer.inc.php, index.php, queryframe.php: bug 981939, database
  521.       selection in left frame under Opera, and problems with dropdown
  522.       in left frame when many databases are there (original theme),
  523.       thanks to Michael Keck
  524.     * header.inc.php: bug 965594: spaces after colons, and remove old code
  525.     * libraries/sqlparser.lib.php: bug 983992, error in search mode because
  526.       MySQL 4.0.18+ has changed the way to report the foreign key references
  527.       when the foreign key is in a different db
  528.  
  529. 2004-07-02 Marc Delisle  <lem9@users.sourceforge.net>
  530.     * main.php: put Create button on the same line as the input field
  531.  
  532. 2004-07-01 Michal ─îiha┼Ö  <michal@cihar.com>
  533.     * lang/czech: Updated.
  534.  
  535. 2004-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  536.     * queryframe.php: improve XHTML
  537.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  538.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  539.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  540.  
  541. 2004-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  542.     * left.php: fix against security alert, thanks to Garvin
  543.     * Documentation.html: FAQ 8.2 for security alert
  544.     * config.inc.php, lang/*, libraries/display_export.lib.php,
  545.       libraries/config_import.lib.php, libraries/common.lib.php,
  546.       libraries/export/sql.php: bug 981359: now the hexadecimal encoding
  547.       of binary fields is optional, because there are fields marked binary
  548.       that have text contents, like mysql.user
  549.     ### 2.5.7-pl1 released
  550.  
  551. 2004-06-30 Alexander M. Turek  <me@derrabus.de>
  552.     * libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.
  553.  
  554. 2004-06-29 Michal ─îiha┼Ö  <michal@cihar.com>
  555.     * lang/check_lang.sh: Checks for diffstat presence.
  556.  
  557. 2004-06-28 Marc Delisle  <lem9@users.sourceforge.net>
  558.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac)
  559.     ### 2.6.0-beta2 released
  560.  
  561.  
  562. 2004-06-27 Michal ─îiha┼Ö  <michal@cihar.com>
  563.     * lang/*: Make all export choices look simmilar ('drop table' -> DROP
  564.       TABLE), removed unused strings (there vere MANY!), fixed some czech
  565.       texts.
  566.     * scripts/find_unused_messages.sh: New script to find unused messages in
  567.       translations.
  568.  
  569. 2004-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  570.     * tbl_query_box.php: bug #975382, fields list on a non-existing table
  571.  
  572. 2004-06-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  573.     * libraries/dbi/mysql.dbi.lib.php: bug #980594.
  574.  
  575. 2004-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  576.     * lang/hungarian: updates, thanks to Peter Bakondy
  577.  
  578. 2004-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  579.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  580.     * main.php: js error when switching theme, thanks to Michael Keck
  581.  
  582. 2004-06-25 Michal ─îiha┼Ö  <michal@cihar.com>
  583.     * main.php, libraries/select_lang.lib.php: Remember selected charset in
  584.       cookie.
  585.     * libraries/display_export.lib.php: Add back key checking disabling.
  586.     * libraries/export/sql.php: Brand new CREATE query rewriter from LinuxTag,
  587.       fixes bug #979635.
  588.     * read_dump.php: Lets handle better comments, current detection still
  589.       doesn't work with comments inside checked SQL commands, but I thing
  590.       checking these would be overhead (bug #978114).
  591.  
  592. 2004-06-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  593.     * queryframe.php: Undefined index errors.
  594.     * footer.inc.php: bug #979610.
  595.     * server_privileges.php: bug #979596 (granting privileges doesn't take
  596.       wildcards in account).
  597.     * lang/catalan-*.inc.php: Updates, thanks to Xavier Navarro (xavin).
  598.     * lang/german-*.inc.php: Updates.
  599.  
  600. 2004-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  601.     * left.php, config.inc.php, Documentation.html,
  602.       libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
  603.       $cfg['LeftPointerEnable']
  604.     * db_details_structure.php, server_variables.php,
  605.       tbl_properties_structure.php, config.inc.php, Documentation.html,
  606.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
  607.       all colors.inc.php:
  608.       $cfg['BrowsePointerEnable']
  609.     * db_details_structure.php, tbl_properties_structure.php, config.inc.php,
  610.       Documentation.html, all colors.inc.php,
  611.       libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php:
  612.       $cfg['BrowseMarkerEnable']
  613.     * themes/.../img/logo_left.png + logo_right.png: new logo,
  614.       thanks to Michael Keck (mkkeck)
  615.     * index.php: compute queryframe_height from image size, thanks to
  616.       Michael Keck
  617.     * footer.inc.php: sync left frame when choosing a db from server_databases,
  618.       thanks to Michael Keck
  619.     * export.php: no longer auto-select the textarea containing exported data
  620.     * queryframe.php: bug #977790, missing library,
  621.       thanks to Anthony Parsons (anthony.parsons at manx.net)
  622.     * footer.inc.php: sync left-frame dropdown for databases when the
  623.       number of tables changes, thanks to Michael Keck
  624.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  625.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  626.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  627.     ### 2.6.0-beta1 released
  628.  
  629. 2004-06-24 Alexander M. Turek  <me@derrabus.de>
  630.     * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is
  631.       called although no error occured.
  632.  
  633. 2004-06-24 Michal ─îiha┼Ö  <michal@cihar.com>
  634.     * main.php, changelog.php: Add headers to ChangeLog display.
  635.     * scripts/create_tables.sql: Add IF EXISTS.
  636.     * libraries/read_dump.lib.php: Ignore comments for SQL splitting,
  637.       otherwise unmatched quotes cause problems (bug #978113).
  638.     * libraries/common.lib.php: Use read_dump.php instead of sql.php for
  639.       links, otherwise we'll fail on commas.
  640.     * read_dump.php, libraries/read_dump.lib.php: Show last SELECT result also
  641.       when there are comments behind last query.
  642.  
  643. 2004-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  644.     * many files: remove references to older /images, and
  645.       erase /images contents
  646.  
  647. 2004-06-22 Marc Delisle  <lem9@users.sourceforge.net>
  648.     * config.inc.php, themes/.../colors.inc.php: remove color-related
  649.       parameters from config.inc.php, and non-color-related from colors.inc.php
  650.     * config.inc.php, libraries/common.lib.php, libraries/config_import.lib.php:
  651.       missing parameter for the Refresh link feature
  652.  
  653. 2004-06-22 Michal ─îiha┼Ö  <michal@cihar.com>
  654.     * libraries/relation.lib.php: Fix possible error on non existant pma db.
  655.  
  656. 2004-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  657.     * themes.php: use standard headers. A iso-8859-1 charset was hardcoded
  658.       in this script, but it's better to use libraries/header_http.inc.php
  659.  
  660. 2004-06-18 Marc Delisle  <lem9@users.sourceforge.net>
  661.     * themes/original/img/item*.png, themes/original/css/theme_right.css.php,
  662.       libraries/common.lib.php, libraries/display_export.lib.php,
  663.       db_details_structure.php, tbl_select.php:
  664.       fix IE font size problem, redesign search and export pages,
  665.       thanks to Michael Keck (mkkeck)
  666.     * libraries/string.lib.php: bug #975290, wrong internal encoding
  667.       for hebrew, thanks to Moshe Bergman (moshe_be)
  668.  
  669. 2004-06-17 Alexander M. Turek  <me@derrabus.de>
  670.     * libraries/dbi/mysql.dbi.php: Removed debug code.
  671.     * libraries/dbi/mysqli.dbi.php: If connecting fails, we don't know the
  672.       MySQL version.
  673.  
  674. 2004-06-17 Marc Delisle  <lem9@users.sourceforge.net>
  675.     * libraries/common.lib.php: fix "original" theme colors
  676.     * db_details_structure.php: cosmetic fix in error message
  677.     * tbl_properties_structure.php, tbl_relation.php:
  678.       enable Relation view for InnoDB, even if the internal
  679.       relational infrastructure is not available
  680.     * libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none'
  681.     * config.inc.php: clarify MainPageIconic comments
  682.  
  683. 2004-06-16 Marc Delisle  <lem9@users.sourceforge.net>
  684.     Changes, thanks to Michael Keck (mkkeck):
  685.     * libraries/auth/config.auth.lib.php +  http.auth.lib.php:
  686.       style for error messages
  687.     * main.php, themes.php, libraries/select_theme.lib.php,
  688.       css/phpmyadmin.css.php, themes/original/img + css:
  689.       put original theme under the same structure as darkblue_orange
  690.  
  691. 2004-06-16 Michal ─îiha┼Ö  <michal@cihar.com>
  692.     * header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602.
  693.  
  694. 2004-06-15 Marc Delisle  <lem9@users.sourceforge.net>
  695.     * queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck)
  696.     * export.php, sql.php, db_details_importdocsql.php, ldi_check.php,
  697.       tbl_replace.php, libraries/common.lib.php,
  698.       libraries/transformations.lib.php: new function PMA_securePATH()
  699.     * main.php, tbl_properties_structure.php: theme "none" should be "original",
  700.       thanks to Michael Keck (mkkeck)
  701.     * left.php, tbl_properties.inc.php, librairies/common.lib.php:
  702.       missing title tags
  703.  
  704. 2004-06-15 Michal ─îiha┼Ö  <michal@cihar.com>
  705.     * lang/czech: Updated.
  706.     * config.inc.php, libraries/config_import.lib.php,
  707.       libraries/common.lib.php: Support for SHA1 function (RFE #971703).
  708.     * queryframe.php: Do not show <hr /> when no logo is shown.
  709.     * main.php: Generate hidden inputs nicely.
  710.     * main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
  711.       pma_theme as cookie name, default theme to some reasonable value to
  712.       avoid undefined variables all around the code.
  713.     * main.php, lang/*: strSelectTheme is IMHO not needed.
  714.     * Documentation.html, config.inc.php, index.php, left.php, main.php,
  715.       queryframe.php, libraries/config_import.lib.php,
  716.       libraries/select_server.lib.php: Use same code for all server selection,
  717.       possibly display server links also in right frame, show server links in
  718.       query frame when possible.
  719.     * libraries/display_export.lib.php: Fix broken choice switching.
  720.     * tbl_change.php: Fix wrong path to image.
  721.     * tbl_properties_operations.php: Define sort order for sorting tables
  722.       (RFE #971314).
  723.     * libraries/common.lib.php: On error show edit link with table context if
  724.       possible.
  725.  
  726. 2004-06-15 Alexander M. Turek  <me@derrabus.de>
  727.     * libraries/config_import.lib.php: The default settings should be merged.
  728.  
  729. 2004-06-14 Marc Delisle  <lem9@users.sourceforge.net>
  730.     Changes, thanks to Michael Keck (mkkeck):
  731.     * images/b_tblops.png, themes/darkblue_orange/img/b_tblops.png: new icon
  732.     * both themes: new screen.png reflecting current logo
  733.     * db_details_structure.php: improve background image in error section
  734.     * main.php: $theme='none' no longer a possible choice
  735.     * open.php: permits access to message strings in theme manager
  736.     * themes/index.php: new calling
  737.     My changes:
  738.     * libraries/common.lib.php: proper revision check
  739.     * libraries/select_theme.lib.php: remove unneeded counter, and fix
  740.       undefined $PHP_SELF
  741.     * libraries/dbi/mysql.dbi.lib.php: errors on mysql_errno() when the
  742.       login is invalid
  743.  
  744. 2004-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  745.     * many files: redesign part 3, thanks to Michael Keck (mkkeck).
  746.       New /themes structure for Theme management
  747.       TODO: code improvement, access to /lang from themes/index.php,
  748.             possible logo change
  749.  
  750. 2004-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  751.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  752.  
  753. 2004-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  754.     * libraries/auth/config.auth.lib.php, libraries/dbi/mysql.dbi.lib.php,
  755.       libraries/dbi/mysql.dbi.lib.php,
  756.       lang/*: bug 968089: catch error when server is not responding
  757.       and show an appropriate message
  758.     * left.php: undefined variable
  759.  
  760. 2004-06-09 Alexander M. Turek  <me@derrabus.de>
  761.     ### 2.5.7 released from MAINT_2_5 branch.
  762.  
  763. 2004-06-08 Michal ─îiha┼Ö  <michal@cihar.com>
  764.     * config.inc.php, lang/*, libraries/common.lib.php,
  765.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  766.       libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
  767.       #966038).
  768.  
  769. 2004-06-08 Alexander M. Turek  <me@derrabus.de>
  770.     * libraries/common.lib.php: backwards compatibility.
  771.     * config.inc.php: typo.
  772.  
  773. 2004-06-07 Marc Delisle  <lem9@users.sourceforge.net>
  774.     * libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
  775.       mysqli_connect() to enable the use of default socket
  776.  
  777. 2004-06-07 Michal ─îiha┼Ö  <michal@cihar.com>
  778.     * lang/czech: Updated.
  779.     * libraries/charset_conversion.lib.php: Do not convert, if charsets are
  780.       same.
  781.     * config.inc.php, export.php, lang/*, libraries/config_import.lib.php,
  782.       libraries/display_export.lib.php, libraries/export/xls.php,
  783.       Documentation.html: EXPERIMENTAL native MS Excel export support, using
  784.       PEAR module Spreadsheet_Excel_Writer (RFE #968110).
  785.     * Documentation.html: Described older config.inc.php support (RFE
  786.       #968177).
  787.  
  788. 2004-06-07 Alexander M. Turek  <me@derrabus.de>
  789.     * css/phpmyadmin.css.php: beautifications.
  790.     * server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
  791.       Enabled new icons for privileges administration (patch #947190).
  792.     * lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
  793.       latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
  794.       correctly.
  795.     * lang/german-*.inc.php: Updates.
  796.     * scripts/create-release.sh: Create backup config file (RFE #968177).
  797.  
  798. 2004-06-06 Garvin Hicking <me@supergarv.de>
  799.     * libraries/display_tbl.lib.php, libraries/functions.js,
  800.       css/phpmyadmin.css.php: Further fixing of broken vertical
  801.       column highlighting; empty repeated header cells are now <th>, not
  802.       <td>. Adjusted CSS to not change visual display of those.
  803.     * (same files): Optimized unneccessary preg_replace.
  804.  
  805. 2004-06-04 Michal ─îiha┼Ö  <michal@cihar.com>
  806.     * libraries/read_dump.lib.php: Do not strip comments here.
  807.     * libraries/sqlparser.lib.php: Handle correctly all MySQL comments (-- can
  808.       be followed with any control char) (patch #965106).
  809.     * lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
  810.  
  811. 2004-06-04 Garvin Hicking <me@supergarv.de>
  812.     * Bug #959320: Broken row highlighting in vertical
  813.       browsing mode fixed. The pointer will now highlight
  814.       columns as expected and unmark the row after unclicking.
  815.  
  816. 2004-06-03 Alexander M. Turek  <me@derrabus.de>
  817.     * header.inc.php: Undefined variable.
  818.  
  819. 2004-06-03 Michal ─îiha┼Ö  <michal@cihar.com>
  820.     * db_details_links.php, header.inc.php, server_links.inc.php,
  821.       tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
  822.       heading (RFE #965542).
  823.     * libraries/common.lib.php: Add drop class also to td (RFE #946540).
  824.     * db_details.php, db_details_structure.php, css/phpmyadmin.css.php: CSSize
  825.       error messages.
  826.     * header.inc.php: Remove spaces before colons (bug #965594).
  827.     * lang/*, libraries/common.lib.php: Remove spaces from strServer,
  828.       strDatabase (needed for above fix).
  829.     * libraries/config_import.lib.php: Do not override
  830.       $cfg['ShowHttpHostTitle'].
  831.     * config.inc.php, css/phpmyadmin.css.php, libraries/config_import.lib.php:
  832.       Can disable main page icons (bug #965550).
  833.     * header.inc.php, css/phpmyadmin.css.php: Use span insted of div, div is
  834.       not allowed here.
  835.     * tbl_query_box.php: Fix default query generating.
  836.  
  837. 2004-06-02 Alexander M. Turek  <happybirthdaytome@derrabus.de>
  838.     * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
  839.       "Engine" in MySQL 4.1.2 (bug #964011).
  840.  
  841. 2004-05-31 Marc Delisle  <lem9@users.sourceforge.net>
  842.     * header.inc.php: bug #963414, when PropertiesIconic was false,
  843.       the code did not define the icon variables. Also, remove hardcoded
  844.       'Server' string
  845.     * pdf_schema.php: bug #915735, dictionary cropped in landscape letter
  846.  
  847. 2004-05-30 Michal ─îiha┼Ö  <michal@cihar.com>
  848.     * libraries/display_tbl.lib.php: Return back to browsing after editing
  849.       row.
  850.  
  851. 2004-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  852.     * sql.php: bug #956828, deleting last row gives an error. I could not
  853.       find a case where we need the line I just removed, which was
  854.       causing the bug.
  855.     * tbl_properties.inc.php: missing statement group {}, was causing
  856.       the display of part of the changing amount of columns dialog
  857.       when editing a field structure
  858.  
  859. 2004-05-28 Michal ─îiha┼Ö  <michal@cihar.com>
  860.     * libraries/display_tbl.lib.php: Decrease limit for query truncating (see
  861.       comments in bug #951744).
  862.     * Documentation.html, config.inc.php, tbl_query_box.php: Default query can
  863.       contain field names (RFE #948590, patch #961726).
  864.  
  865. 2004-05-26 Michal ─îiha┼Ö  <michal@cihar.com>
  866.     * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
  867.     * lang/estonian: Update thanks to Alvar Soome - finsoft.
  868.     * lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
  869.     * lang/dutch: Update thanks to Ivo Teel - calimonk.
  870.     * lang/german-utf-8: Remove duplicated string.
  871.     * lang/*: Remove allow_recoding from non utf-8 translations.
  872.     * tbl_properties.inc.php, tbl_properties_operations.php: PMA_DBI_num_rows
  873.       is not needed and does not work with MYSQL_USE_RESULT (bug #952162).
  874.  
  875. 2004-05-26 Alexander M. Turek  <me@derrabus.de>
  876.     * translators.html: Linked to Indonesian translator's SF page instead of
  877.       his email address.
  878.  
  879. 2004-05-25 Michal ─îiha┼Ö  <michal@cihar.com>
  880.     * main.php, libraries/select_lang.lib.php: Use pma_lang cookie instead of
  881.       just lang.
  882.     * libraries/select_lang.lib.php: Fix language dialects detection (based on
  883.       patch #958994).
  884.  
  885. 2004-05-23 Garvin Hicking <pma@supergarv.de>
  886.     * db_details.php: Fixed broken file upload since redesign-patch.
  887.  
  888. 2004-05-20 Michal ─îiha┼Ö  <michal@cihar.com>
  889.     * many files: Little code reorganistaion (RFE #957308), removed some
  890.       remaining php3 compatibility code in SQL parser.
  891.  
  892. 2004-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  893.     * pdf_schema.php: set contents page (first page)'s orientation
  894.       to the same asked for the data dictionary
  895.  
  896. 2004-05-19 Marc Delisle  <lem9@users.sourceforge.net>
  897.     * tbl_select.php: bug 956137, undefined $data: on the search page,
  898.       PMA_foreignDropdown() must be called with no current value for
  899.       the data
  900.  
  901. 2004-05-19 Michal ─îiha┼Ö  <michal@cihar.com>
  902.     * libraries/auth/cookie.auth.lib.php: Show login form in top frame.
  903.  
  904. 2004-05-16 Alexander M. Turek  <me@derrabus.de>
  905.     * db_details.php, db_details_structure.php, sql.php, tbl_indexes.php,
  906.       tbl_properties_structure.php, tbl_query_box.php,
  907.       images/b_dbstatistics.png, images/b_tbloptimize.png,
  908.       images/b_useradd.png, images/b_usercheck.png, images/b_userdrop.png,
  909.       images/b_useredit, libraries/display_tbl.lib.php,
  910.       libraries/display_tbl_links.lib.php:
  911.       Patch #947190 (Redesign) - Part 2, thanks to Michael Keck (mkkeck).
  912.     * libraries/functions.js: Bugfix for (un)check all features if
  913.       $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
  914.       to Michael Keck (mkkeck).
  915.     * Documentation.html: Let's use a hyperlink instead of referring to the
  916.       chapter, as the chaper numbers might change.
  917.  
  918. 2004-05-14 Michal ─îiha┼Ö  <michal@cihar.com>
  919.     * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
  920.       not just one global (patch #952917, bug #687009).
  921.  
  922. 2004-05-13 Michal ─îiha┼Ö  <michal@cihar.com>
  923.     * libraries/export/sql.php: Minor optimalisations.
  924.     * sql.php, tbl_replace.php, libraries/display_tbl.lib.php: Use same code
  925.       for generating INSERT and UPDATE queries (also fixes bug #953250).
  926.     * tbl_replace_fields.php: When field is not set, it is not set :-) (bug
  927.       #953295).
  928.     * tbl_change.php: Repeat Go button every 15 rows globally and not per
  929.       record.
  930.     * tbl_change.php, libraries/tbl_change.js: Uncheck Ignore checkbox for
  931.       inserting when multiple inserts after changing value (RFE #749733).
  932.     * header.inc.php: Simplified title generating.
  933.     * lang/czech: Fixed untranslated word (translation #952551).
  934.     * scripts/create_tables.sql: Cleaned up description, regenerated dump.
  935.     * tbl_row_delete.php: Highlight correct tab for multi row editing/export.
  936.     * tbl_properties_export.php: Generate better query for multi row export.
  937.     * tbl_row_delete.php, lang/*: Handle situation, where user didn't select
  938.       anything, display DROP query on better place (bellow tabs).
  939.     * libraries/common.lib.php: Show refresh link only for SELECT and SHOW
  940.       queries.
  941.     * main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
  942.     * libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
  943.       a broken comment (bug #905066).
  944.     * db_details_structure.php: Fixed colspan.
  945.     * tbl_properties_table_info.php: Do not fail on broken table.
  946.  
  947. 2004-05-12 Marc Delisle  <lem9@users.sourceforge.net>
  948.     * db_details_structure.php: bug #951143, undefined $header_url_qry
  949.  
  950. 2004-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  951.     * tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php,
  952.       libraries/db_table_exists.php: use PMA_sendHeaderLocation()
  953.  
  954. 2004-05-11 Michal ─îiha┼Ö  <michal@cihar.com>
  955.     * libraries/sqlparser.lib.php: Modified pretty printer to display nicer
  956.       queries generated by our db search.
  957.     * db_search.php: Do not generate search query to include all fields, just
  958.       SELECT * is enough.
  959.     * libraries/display_tbl.lib.php: Use shorter query for edit/delete if
  960.       original one is too long (bug #951744).
  961.  
  962. 2004-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  963.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  964.     * left.php: commit for Garvin: fix for wrong group expanding (group
  965.       name containing foreign characters)
  966.  
  967. 2004-05-10 Michal ─îiha┼Ö  <michal@cihar.com>
  968.     * libraries/dbi/mysql.dbi.lib.php: Fix PMA_DBI_field_name, fixes also bug
  969.       #951226.
  970.  
  971. 2004-05-10 Garvin Hicking <pma@supergarv.de>
  972.     * db_details_structure.php, tbl_properties_structure.php: Fixed
  973.       row-selection Javascript for Internet Explorer.
  974.  
  975. 2004-05-09 Garvin Hicking <pma@supergarv.de>
  976.     * main.php, css/phpmyadmin.css.php: Corrected <form> position
  977.       to XHTML compliance. Introduced "nospace" class.
  978.  
  979. 2004-05-09 Michal ─îiha┼Ö  <michal@cihar.com>
  980.     * lang/czech: Updated.
  981.     * tbl_properties_operations.php: Fixed documentation link.
  982.  
  983. 2004-05-09 Alexander M. Turek  <me@derrabus.de>
  984.     * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
  985.       Adam Shantz (musus).
  986.     * lang/german-*.inc.php: Updates.
  987.     * db_details_structure.php, main.php:
  988.       - coding standards;
  989.       - removed debug code.
  990.  
  991. 2004-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  992.     * tbl_properties_operations.php, lang/*: InnoDB table defragmentation
  993.  
  994. 2004-05-08 Alexander M. Turek  <me@derrabus.de>
  995.     * config.inc.php, db_details_structure.php, Documentation.html,
  996.       header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
  997.       libraries/config_import.lib.php:
  998.       Patch #947190 (Redesign) - Part 1, thanks to Michael Keck (mkkeck).
  999.  
  1000. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  1001.     * calendar.php: Added missing CVS-ID-Tag.
  1002.  
  1003. 2004-05-07 Marc Delisle  <lem9@users.sourceforge.net>
  1004.     ### 2.6.0-alpha2 released
  1005.  
  1006. 2004-05-07 Garvin Hicking <pma@supergarv.de>
  1007.     * db_details_db_info.php: When $cfg['ShowTooltipAliasTB'] is set to
  1008.       'nested', the displayed table names should always be the real names,
  1009.       not the table comments.
  1010.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  1011.       librarries/functions.js: RFE #856208 - Show (un)check all boxes
  1012.       for query results.
  1013.     * tbl_create.php, tbl_addfield.php, tbl_properties.inc.php:
  1014.       RFE #949594 - Allow changing amount of columns for adding fields/
  1015.       creating table (without losing previous data)
  1016.  
  1017. 2004-05-07 Alexander M. Turek  <me@derrabus.de>
  1018.     * README: Updated copyright as discussed a couple of days ago.
  1019.  
  1020. 2004-05-06 Garvin Hicking <pma@supergarv.de>
  1021.     * libraries/display_tbl.lib.php: Bug #949087 - Fixed JS error for
  1022.       mousepointer hovering on rows w/o checkboxes.
  1023.  
  1024. 2004-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  1025.     * tbl_select.php: patch #939197, new choice of operator LIKE %...%
  1026.       because this syntax is so often used, thanks to Ruben Barkow (rubo77)
  1027.  
  1028. 2004-05-05 Garvin Hicking <pma@supergarv.de>
  1029.     * db_details_db_info.php, db_details_structure.php, left.php: Speed
  1030.       up table fetching when using $cfg['ShowTooltips']. Allow to only
  1031.       see the grouped/nested tables in properties panel when clicking on
  1032.       a table group on the left frame.
  1033.     * db_details_structure.php: If JS is enabled, take away <label> link
  1034.       functionality because of onmousedown-handler duplicating this
  1035.       effect.
  1036.     * tbl_properties_structure.php: RFE #947467 - coloured mousecursor
  1037.       for column overview.
  1038.  
  1039. 2004-05-05 Michal Cihar  <michal@cihar.com>
  1040.     * config.inc.php, tbl_change.php, tbl_replace.php,
  1041.       libraries/common.lib.php, libraries/config_import.lib.php: Support for
  1042.       insert multiple rows at once (RFE #749733).
  1043.     * scripts/extchg.sh, scripts/inno2pma.sh: Removed unneeded scripts.
  1044.  
  1045. 2004-05-04 Michal Cihar  <michal@cihar.com>
  1046.     * libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
  1047.       of TYPE in MySQL 4.1.1).
  1048.     * libraries/export/sql.php: Fix handling of multi column foreign keys (bug
  1049.       #946861).
  1050.  
  1051. 2004-05-04 Garvin Hicking <pma@supergarv.de>
  1052.     * db_details_structure.php: RFE #947467 - Made coloured Mousecursor
  1053.       available in tables overview, clicking on a cell in the table
  1054.       selects the checkbox next to it.
  1055.     * Documentation.html, config.inc.php, left.php: Use NaturalOrder
  1056.       for Non-Light left frame. Introduce new option 'nested' for
  1057.       $cfg['ShowTooltipAliasTB']. With this set Aliases are used for
  1058.       virtual nested grouping, but for the tablename itself the tablename
  1059.       will be show, not the Alias.
  1060.  
  1061. 2004-05-03 Alexander M. Turek  <me@derrabus.de>
  1062.     * lang/german-*.inc.php: Clarification.
  1063.  
  1064. 2004-05-03 Michal Cihar  <michal@cihar.com>
  1065.     * querywindow.php: Fix javascript error (bug #946823).
  1066.     * tbl_query_box.php: Stray <li> (bug #946530).
  1067.     * querywindow.php, tbl_query_box.php: A bit more XHTML validity.
  1068.     * css/phpmyadmin.css.php, libraries/common.lib.php: Make tabs CSS styled
  1069.       (RFE #946540).
  1070.     * db_details.php, tbl_change.php, tbl_query_box.php,
  1071.       css/phpmyadmin.css.php: Get rid of wrap="virtual" to achieve more XHTML
  1072.       validity.
  1073.     * libraries/common.lib.php, lang/*: Add Refresh link (RFE #942110).
  1074.     * sql.php, libraries/display_tbl.lib.php: Export only SELECT queries, do
  1075.       not show multi row actions when no checkboxes shown.
  1076.  
  1077. 2004-05-03 Garvin Hicking <pma@supergarv.de>
  1078.     * lang/german* - Translation
  1079.     * left.php: Bug #946501 - Nested table now also work with aliased
  1080.       tablenames.
  1081.     * config.inc.php, libraries/config_import.lib.php, querywindow.php,
  1082.       footer.inc.php, Documentation.html: Removed obsolete
  1083.       QueryFrameDebug configuration directive
  1084.     * tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch
  1085.       structure to take previous settings into account.
  1086.  
  1087. 2004-05-02 Michal Cihar  <michal@cihar.com>
  1088.     * tbl_change.php: Unclosed tag written by javascript (bug #945905).
  1089.  
  1090. 2004-04-30 Michal Cihar  <michal@cihar.com>
  1091.     * libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
  1092.       #944870).
  1093.  
  1094. 2004-04-29 Garvin Hicking <pma@supergarv.de>
  1095.     * db_details_structure.php: Bug #942362 - Colspan off by one
  1096.     * left.php: Modified js function to fit typecasting of Safari
  1097.     * browse_foreigners.php: Bug #928328 - Use correct urlencoding() of
  1098.       the primary key reference.
  1099.  
  1100. 2004-04-29 Marc Delisle  <lem9@users.sourceforge.net>
  1101.     * scripts/create-release.sh: keep only one previous version in cvs-prev
  1102.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  1103.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  1104.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  1105.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  1106.     * lang/slovenian update, thanks to Kositer Uros
  1107.     * libraries/common.lib.php: patch #859034, better BLOB comparison
  1108.  
  1109. 2004-04-29 Michal Cihar  <michal@cihar.com>
  1110.     * libraries/display_tbl.lib.php, libraries/sqlparser.lib.php,
  1111.       libraries/string.lib.php, libraries/dbi/mysql.dbi.lib.php: SQL parser
  1112.       now correctly works with multibyte strings (bug #936161).
  1113.     * libraries/dbi/mysql.dbi.lib.php: Do not break TEXT fields (bug #860160).
  1114.     * libraries/display_tbl.lib.php: Show if BLOB is null (RFE #941528).
  1115.     * tbl_properties_structure.php: Forgotten </nobr> -> </div>.
  1116.     * libraries/display_tbl.lib.php: Fixed class="nobr" -> class="nowrap".
  1117.  
  1118. 2004-04-28 Michal Cihar  <michal@cihar.com>
  1119.     * css/phpmyadmin.css.php: Force <button> to be displayed inline.
  1120.     * libraries/common.lib.php: When only_db matches no database, do not show
  1121.       any (bug #943626).
  1122.     * css/phpmyadmin.css.php: Not .nowrap, but div.nowrap should have zero
  1123.       margin/padding.
  1124.     * server_privileges.php: No ugly message when editing privileges for
  1125.       non-existant database (bug #942357).
  1126.  
  1127. 2004-04-28 Garvin Hicking <pma@supergarv.de>
  1128.     * left.php, main.php, server_databases.php, common.lib.php,
  1129.       db_details_common.php: Bug #942296 - Safari can't handle
  1130.       location.replace() redirects correctly
  1131.     * libraries/tbl_change.js: Restrict calendar to maximum values for
  1132.       days/hours/minutes/seconds.
  1133.     * tbl_change.php: Bug #913600 - Made tabindex/id of multi-edit table
  1134.       unique.
  1135.     * left.php, libraries/left.js: Fixed unneeded spacing between items
  1136.       and wrong collapsing in nested mode (Bug #943140). Removed
  1137.       some debugging non-xhtml tags.
  1138.     * css/phpmyadmin.css.php: Added zero margin/padding to nowrap element
  1139.       for compatibility to the good old nobr-tag
  1140.  
  1141. 2004-04-27 Michal Cihar  <michal@cihar.com>
  1142.     * calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
  1143.       calendar.
  1144.     * Almost everything: Be valid XHTML 1.0 (probably still not completely),
  1145.       lists items now have padding, so no more magins and <br />'s inside of
  1146.       them are needed.
  1147.     * main.php, css/phpmyadmin.css.php: Main page now uses lists instead of
  1148.       nested tables.
  1149.     * libraries/display_tbl.lib.php: Sort query generating now uses parsed
  1150.       query (bug #885497).
  1151.  
  1152. 2004-04-27 Garvin Hicking <pma@supergarv.de>
  1153.     * libraries/display_tbl.lib.php: Bug #942392 - Wrapping sort order
  1154.       link in a way that the image always belongs to the last word
  1155.     * libraries/display_tbl.lib.php: RFE #867284 - Click on result row
  1156.       to mark the checkbox.
  1157.     * tbl_select.php: RFE #940194 - Add REGEXP to table search options
  1158.     * read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
  1159.       fails.
  1160.     * querywindow.php: Bug #942395 - Missing space
  1161.     * libraries/display_tbl.lib.php: Bug #942362 - Colspan of results
  1162.       table off by one.
  1163.     * db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
  1164.       count. Replace h1 with h2 for consitency
  1165.     * libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
  1166.       missing localization for multi-row edit/delete/export feature.
  1167.     * footer.inc.php: Fixed bug #942316 - Consistent window layout for
  1168.       query window.
  1169.     * left.php: Fixed bug #942374 - Undefined indizes in left frame
  1170.       for light mode. Improved performance. Fixed tab-formatted code and
  1171.       adjusted to coding guidelines.
  1172.     * read_dump.php: Fixed bug #942390 - When entering a "USE database"
  1173.       query together with multiple other queries, the db was reset to
  1174.       the first one.
  1175.  
  1176. 2004-04-26 Marc Delisle  <lem9@users.sourceforge.net>
  1177.     * config.inc.php, left.php, Documentation.html,
  1178.       libraries/config_import.lib.php, libraries/common.lib.php:
  1179.       $cfg['LeftDisplayServersList'] to display the server choice as links,
  1180.       thanks to Cal Henderson
  1181.  
  1182. 2004-04-26 Michal Cihar  <michal@cihar.com>
  1183.     * libraries/string.lib.php: mb_* functions don't know some windows-*
  1184.       charsets (bug #940638).
  1185.     * tbl_indexes.php: Remove print_r (bug #942383).
  1186.  
  1187. 2004-04-22 Michal Cihar  <michal@cihar.com>
  1188.     * libraries/export/sql.php: Invalid SQL on empty table export (bug
  1189.       #939918).
  1190.  
  1191. 2004-04-21 Marc Delisle  <lem9@users.sourceforge.net>
  1192.     ### 2.6.0-alpha1 released
  1193.     * (after the release) user_password.php: undefined offset in blowfish.php
  1194.  
  1195. 2004-04-20 Alexander M. Turek  <me@derrabus.de>
  1196.     * Documentation.html, README:
  1197.       - The MySQL 4.1 support is not experimental anymore;
  1198.       - Updated credits.
  1199.     * server_privileges.php: Fixed an error that occured when trying to add
  1200.       privileges to non-existant tables.
  1201.  
  1202. 2004-04-20 Marc Delisle  <lem9@users.sourceforge.net>
  1203.     * libraries/tbl_change.js: was always returning current day
  1204.  
  1205. 2004-04-20 Michal Cihar  <michal@cihar.com>
  1206.     * libraries/tbl_change.js, css/phpmyadmin.css.php: Added time editing to
  1207.       calendar.
  1208.  
  1209. 2004-04-19 Alexander M. Turek  <me@derrabus.de>
  1210.     * lang/german-*.inc.php: Clarification.
  1211.     * config.inc.php, Documentation.html, libraries/config_import.lib.php:
  1212.       Updated path to MySQL's searchable online documentation.
  1213.     * ChangeLog: Recoded to UTF-8.
  1214.     * server_privileges.php: Illegal mix of collations.
  1215.     * libraries/dbi/*.dbi.lib.php: Don't touch character_set_connection
  1216.       (bug #902414). This should fix many "Illegal mix of collations" errors.
  1217.  
  1218. 2004-04-19 Marcel Tschopp  <ne0x@users.sourceforge.net>
  1219.     * libraries/export/sql.php, libraries/export/latex.php: Fixed a few
  1220.       mysqli-specific export-bugs
  1221.  
  1222. 2004-04-19 Marc Delisle  <lem9@users.sourceforge.net>
  1223.     * sql.php: bug 780516: capitalizing keywords: we no longer
  1224.       put the formatted query into $sql_query, due to better pattern matching
  1225.  
  1226. 2004-04-19 Michal Cihar  <michal@cihar.com>
  1227.     * libraries/tbl_change.js: Better return value formatting.
  1228.     * Documentation.html: Mentioned header and footer customization.
  1229.  
  1230. 2004-04-18 Michal Cihar  <michal@cihar.com>
  1231.     * libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
  1232.     * libraries/auth/cookie.auth.lib.php: Fix LoginCookieValidity behaviour.
  1233.     * libraries/tbl_change.js, tbl_change.php: Add support for DATETIME.
  1234.  
  1235. 2004-04-18 Alexander M. Turek  <me@derrabus.de>
  1236.     * lang/german-*.inc.php: Updates.
  1237.     * server_privileges.php:
  1238.       - $url_query was not visible in function scope;
  1239.       - Hotfix to avoid "MySQL out of sync" errors.
  1240.     * libraries/dbi/*.dbi.lib.php: Allow the $link argument of
  1241.       PMA_DBI_affected_rows() to be left out.
  1242.  
  1243. 2004-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  1244.     * libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
  1245.  
  1246. 2004-04-17 Alexander M. Turek  <me@derrabus.de>
  1247.     * db_create.php, db_details_structure.php, db_details_common.php, main.php,
  1248.       tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
  1249.       tbl_properties_operations.php, tbl_properties_structure.php,
  1250.       tbl_properties_table_info.php, libraries/mysql_charsets.lib.php:
  1251.       Added ability to set / alter collations for databases, tables and fields.
  1252.     * tbl_alter.php: Charset information got lost when changing fields.
  1253.     * libraries/common.lib.php, libraries/mysql_wrappers.lib.php:
  1254.       Removed mysql_wrappers library.
  1255.  
  1256. 2004-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  1257.     * lang/french update
  1258.     * scripts/create-release.sh: daily snapshots
  1259.  
  1260. 2004-04-16 Michal Cihar  <michal@cihar.com>
  1261.     * libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
  1262.       exports (RFE #859815).
  1263.     * images/button_export.png: At least some export icon.
  1264.     * libraries/display_tbl.lib.php: Fix image sizes.
  1265.     * calendar.php, tbl_change.php, css/phpmyadmin.css.php,
  1266.       images/button_calendar.png, libraries/tbl_change.js, lang/*: Pop-up
  1267.       calendar for date fields (RFE #880647).
  1268.  
  1269. 2004-04-15 Marc Delisle  <lem9@users.sourceforge.net>
  1270.     * ldi_table.php: allow longer field terminator (was 2 now 4);
  1271.       for example, to load a file where each line represents one field
  1272.       and the end of line is \r\n
  1273.  
  1274. 2004-04-15 Michal Cihar  <michal@cihar.com>
  1275.     * tbl_properties_export.php, tbl_row_delete.php,
  1276.       libraries/display_tbl.lib.php: Support for exporting selected rows (RFE
  1277.       #927554).
  1278.     * libraries/auth/cookie.auth.lib.php: Fix possible undefined variable use.
  1279.     * libraries/display_tbl.lib.php: Convert charset for column fields (thanks
  1280.       to Marc for noticing this).
  1281.  
  1282. 2004-04-15 Olivier Mueller <om@omnis.ch>
  1283.     * left.php: RFE #859208, Logout button in left frame
  1284.  
  1285. 2004-04-14 Michal Cihar  <michal@cihar.com>
  1286.     * lang/czech: Updated.
  1287.     * tbl_select.php: Fixed undefined variable warning.
  1288.     * libraries/common.lib.php, libraries/display_tbl.lib.php,
  1289.       libraries/export/sql.php: Really support export of UPDATE queries (bug
  1290.       #914237), condition generation used from previous implementation in
  1291.       display_tbl.lib.php and moved to common.lib.php.
  1292.     * config.inc.php, export.php, lang/*, libraries/common.lib.php,
  1293.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  1294.       libraries/export/*: Support for enclosing SQL export in transaction (RFE
  1295.       #930827).
  1296.     * libraries/export/csv.php: Do not strip export too much (bug #913988).
  1297.     * libraries/export/xml.php: Use PMA_DBI_fetch_row and drop PHP 3
  1298.       compatibility code.
  1299.  
  1300. 2004-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  1301.     * libraries/relation.lib.php: bug 930445 when PMA_table_info not defined,
  1302.       thanks to Philippe Jausions (jausions)
  1303.     * Documentation.html: new faq links and cleanup, thanks to C├⌐dric Corazza
  1304.     * tbl_replace.php, libraries/defines.lib.php, /common.lib.php:
  1305.       bug 898484, IIS crash: do not use header('Location: ')
  1306.  
  1307. 2004-04-12 Marcel Tschopp <marcel.tschopp@gmx.net>
  1308.     * left.php, tbl_properties_structure.php, libraries/mysql_charsets.lib.php,
  1309.       libraries/relation.lib.php: Changed some queries to use
  1310.       MYSQLI_STORE_RESULT.
  1311.  
  1312. 2004-04-10 Marcel Tschopp <marcel.tschopp@gmx.net>
  1313.     * db_datadict.php, db_details_db_info.php, db_details_qbe.php,
  1314.       db_details_structure.php, db_printview.php, left.php, main.php,
  1315.       pdf_pages.php, read_dump.php, server_privileges.php, sql.php,
  1316.       tbl_change.php, tbl_indexes.php, tbl_properties_structure.php,
  1317.       tbl_relation.php, tbl_select.php, libraries/database_interface.lib.php,
  1318.       libraries/db_table_exists.lib.php, libraries/mysql_charsets.lib.php,
  1319.       libraries/relation.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  1320.       Changed some queries to use MYSQLI_STORE_RESULT. phpMyAdmin now works
  1321.       with MYSQLI_USE_RESULT as default.
  1322.     * libraries/display_tbl.lib.php: Use PMA_DBI_fetch_row instead of
  1323.       PMA_DBI_fetch_array.
  1324.  
  1325. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  1326.     * tbl_select.php, lang/*: feature 788608: new features for Search:
  1327.       DISTINCT, IS NULL, IS NOT NULL, NOT LIKE, multiple select for ENUM,
  1328.       and column title is now Operator, thanks to Philippe Jausions (jausions)
  1329.  
  1330. 2004-04-08 Marcel Tschopp <marcel.tschopp@gmx.net>
  1331.     * phpinfo.php, tbl_relation.php, libraries/display_tbl.lib.php
  1332.       libraries/mysql_wrappers.lib.php, libraries/dbi/mysql.dbi.lib.php
  1333.       libraries/dbi/mysqli.dbi.lib.php, libraries/export/*.php:
  1334.       phpMyAdmin should now be fully compatible with the new mysqli
  1335.       extension. All extension specific functions are wrapped now.
  1336.     * libraries/dbi/mysqli.dbi.lib.php: code optimizations
  1337.     * tbl_replace.php: bug 926986, "multi-edit: updates completely ignored",
  1338.       thanks to Wandering Zombie (wanderingzombie).
  1339.  
  1340. 2004-04-07 Marcel Tschopp <marcel.tschopp@gmx.net>
  1341.     * multi_submits.inc.php, lang/german: bug 930714, wrong spelling and
  1342.       query display. Thanks to Daniel Marschall (blackdrake)
  1343.  
  1344. 2004-04-07 Marc Delisle  <lem9@users.sourceforge.net>
  1345.     * tbl_change.php, bug 931034, big numbers data entry,
  1346.       thanks to Dmitry (yrtimd)
  1347.     * tbl_row_delete.php, libraries/display_tbl.lib.php: bug 921939,
  1348.       problem with multi-row delete and quotes in WHERE clause,
  1349.       thanks to Ryan Schmidt (ryandesign)
  1350.  
  1351. 2004-04-06 Marc Delisle  <lem9@users.sourceforge.net>
  1352.     * main.php, complete the fix for bug 922054
  1353.  
  1354. 2004-04-04 Marc Delisle  <lem9@users.sourceforge.net>
  1355.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  1356.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  1357.     * lang/malay: updated, thanks to nobody
  1358.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  1359.  
  1360. 2004-04-03 Olivier Mueller <om@omnis.ch>
  1361.     * server_privileges.php, libraries/server_privileges.js: added
  1362.       (un)checkall links to the "Global privileges" edition form.
  1363.       Todo: make it work even if JS is disabled + local links
  1364.       for the "Data" and "Structure" checkboxes groups.
  1365.  
  1366. 2004-04-02 Alexander M. Turek  <me@derrabus.de>
  1367.     * lang/german-*.inc.php: Fixed a typo.
  1368.  
  1369. 2004-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  1370.     * main.php: bug 922054, when there is no control user, the detection
  1371.       of the grants does not take into account all cases;
  1372.       thanks to Thomas ( jacob@internet24.de)
  1373.  
  1374. 2004-03-30 Michal Cihar  <michal@cihar.com>
  1375.     * tbl_indexes.php: Use properly $cfg['PropertiesIconic']  (bug #918072).
  1376.  
  1377. 2004-03-29 Marc Delisle  <lem9@users.sourceforge.net>
  1378.     * server_privileges.php: bug 923171, password error when copying a user
  1379.     * server_privileges.php: bug 923227, copying a user with table privs
  1380.  
  1381. 2004-03-26 Marc Delisle  <lem9@users.sourceforge.net>
  1382.     * left.php, db_details_structure.php, config.inc.php, Documentation.html,
  1383.       libraries/common.lib.php, libraries/config_import.lib.php:
  1384.       Sort database and table names in natural order,
  1385.       thanks to Hoo Jia Xiong (hoojx)
  1386.  
  1387. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  1388.     * libraries/display_tpl.lib.php, mysqli.dbi.lib.php:
  1389.       Mysql4.1 specific fix in function PMA_displayTableBody() (character set
  1390.       conversions).
  1391.  
  1392. 2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
  1393.     * tbl_change.php, libraries/dbi/mysql.inc.php, libraries/dbi/mysqli.inc.php:
  1394.       Added wrapping function PMA_DBI_field_len.
  1395.     * libraries/dbi/mysqli.inc.php: Set default value '' for parameter $link
  1396.       from function PMA_DBI_insert_id().
  1397.  
  1398. 2004-03-25 Michal Cihar  <michal@cihar.com>
  1399.     * libraries/bookmark.lib.php: Fix errors when bookmarktable does not
  1400.       exists (bug #922509).
  1401.     * lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
  1402.     * lang/czech: Fixed typos and improved some texts.
  1403.  
  1404. 2004-03-24 Marc Delisle  <lem9@users.sourceforge.net>
  1405.     * libraries/common.lib.php: bug 922553, wrong boundary check in
  1406.       PMA_flipstring(), thanks to Virgile Petit (pvtc)
  1407.  
  1408. 2004-03-24 Michal Cihar  <michal@cihar.com>
  1409.     * lang/*: Added missing "$strConnectionError" (bug #922006).
  1410.  
  1411. 2004-03-23 Olivier Mueller <om@omnis.ch>
  1412.     * libraries/mysql_wrappers.lib.php: added mysqli support to the
  1413.       PMA_mysql_field_flags function because mysqli does not know the function
  1414.       mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x' on SF).
  1415.     * libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
  1416.       MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
  1417.       PMA_DBI_try_query function (ne0x)
  1418.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
  1419.       Added wrapping function PMA_DBI_fetch_array() (ne0x)
  1420.     * libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
  1421.       the new PMA_DBI_fetch_array() function instead of
  1422.       PMA_mysql_fetch_array() (ne0x)
  1423.  
  1424. 2004-03-22 Michal Cihar  <michal@cihar.com>
  1425.     * libraries/auth/config.auth.lib.php: Set correct variable to avoid
  1426.       attempting sending headers twice.
  1427.  
  1428. 2004-03-22 Garvin Hicking <pma@supergarv.de>
  1429.     * lang/german-*: Update
  1430.  
  1431. 2004-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  1432.     * lang/romanian: Updated, thanks to Valics Lehel.
  1433.     * libraries/common.lib.php: bug 913704, delete link in db search
  1434.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO: another case
  1435.  
  1436. 2004-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  1437.     * sql.php: bug 913630: did not detect correctly DELETE FROM table
  1438.       and even if detected, was calling a non-existent PMA_DBI_result()
  1439.  
  1440. 2004-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  1441.     * libraries/relation.lib.php: bug 877359, no CONSTRAINT in
  1442.       SHOW CREATE TABLE on older MySQL versions
  1443.  
  1444. 2004-03-10 Michal Cihar  <michal@cihar.com>
  1445.     * export.php: Correctly report error when export fails.
  1446.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php,
  1447.       libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
  1448.       PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
  1449.     * libraries/export/*.php: Use unbuffered queries (patch #890075).
  1450.     * libraries/export/sql.php, libraries/display_export.lib.php, lang/*,
  1451.       config.inc.php, libraries/common.lib.php,
  1452.       libraries/config_import.lib.php: Add support for INSERT IGNORE and
  1453.       UPDATE IGNORE.
  1454.     * config.inc.php, lang/*, libraries/common.lib.php,
  1455.       libraries/config_import.lib.php, libraries/display_export.lib.php,
  1456.       libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE
  1457.       export (RFE #913421).
  1458.     * lang/czech: Updated.
  1459.     * libraries/export/sql.php, lang/*: Remove some hardcoded strings.
  1460.     * tbl_change.php, tbl_replace.php, lang/*: New "Go back to this page"
  1461.       while editing.
  1462.     * db_details_structure.php, lang/*: Implement database renaming (RFE
  1463.       #792463).
  1464.     * tbl_properties_operations.php: Copy table defaults to structure and data
  1465.       (RFE #856517).
  1466.  
  1467. 2004-03-09 Marc Delisle  <lem9@users.sourceforge.net>
  1468.     * libraries/common.lib.php, libraries/display*, lang/*:
  1469.       bug 887933: avoid generating a nested form, and show a warning
  1470.       when user should define a primary key to get the Edit and Delete links
  1471.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  1472.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  1473.  
  1474. 2004-03-09 Michal Cihar  <backtowork@cihar.com>
  1475.     * libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
  1476.       conversion.
  1477.     * libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Fix
  1478.       PMA_mysql_fetch_array return value for last result (bug #905223).
  1479.     * browse_foreigners.php, libraries/common.lib.php,
  1480.       libraries/display_tbl.lib.php, libraries/relation.lib.php,
  1481.       libraries/sqlparser.lib.php, libraries/string.lib.php,
  1482.       libraries/transformations/text_plain__substr.inc.php: Use charset aware
  1483.       substr and strlen functions (bugs #854755 and #910575).
  1484.     * export.php: Fix buffer length counting, fix error detection (bug
  1485.       #909710).
  1486.     * libraries/export/latex.php: Fix undefined variable warning.
  1487.     * libraries/config_import.lib.php, libraries/common.lib.php,
  1488.       libraries/display_export.lib.php, libraries/export/sql.php, lang/*: Can
  1489.       add custom text to SQL export headers (RFE #874361).
  1490.     * config.footer.inc.php, config.header.inc.php, footer.inc.php,
  1491.       header.inc.php, libraries/auth/cookie.auth.lib.php,
  1492.       libraries/auth/http.auth.lib.php: Support for site configurable header
  1493.       and footer (patch #893477).
  1494.  
  1495. 2004-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  1496.     * libraries/sqlparser.lib.php: bug 909752, floating point digit
  1497.     * libraries/sqlparser.lib.php: bug 906551, GRANT...TO
  1498.  
  1499. 2004-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  1500.     * tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
  1501.       escaping of + in ENUM
  1502.  
  1503. 2004-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  1504.     ### 2.5.6 released from branch MAINT_2_5
  1505.     * libraries/common.lib.php: change Revision number to trigger execution
  1506.       of compatibility module config_import.lib.php, because cookie
  1507.       login does not work if LoginCookieValidity is not defined
  1508.  
  1509. 2004-02-29 Alexander M. Turek  <howcanisleepwithyourvoiceinmyhead@derrabus.de>
  1510.     * tbl_select.php: Fixed bug #887505 (PMA does not add MySQL charsets to
  1511.       WHERE clauses).
  1512.     * libraries/dbi/mysql.dbi.lib.php: Yet another ungly fix concerning the
  1513.       missing mysql_get_client_info() function.
  1514.  
  1515. 2004-02-27 Michal Cihar  <imback@cihar.com>
  1516.     * config.inc.php, libraries/config_import.lib.php,
  1517.       libraries/auth/cookie.auth.lib.php: Encrypted password is working only
  1518.       for limited (configurable) time, user name is encrypted (RFE #902295).
  1519.  
  1520. 2004-02-26 Marc Delisle  <lem9@users.sourceforge.net>
  1521.     * libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
  1522.  
  1523. 2004-02-24 Marc Delisle  <lem9@users.sourceforge.net>
  1524.     * pdf_pages.php: bug 903450, typo
  1525.     * tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
  1526.       called twice
  1527.  
  1528. 2004-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  1529.     * export.php: bug 899610, undefined variable $save_filename
  1530.  
  1531. 2004-02-15 Alexander M. Turek  <onehotminute@derrabus.de>
  1532.     * libraries/select_lang.lib.php: Deactivated the code part that disables
  1533.       the UTF-8 language files if $cfg['AllowAnywhereRecoding'] is set to FALSE
  1534.       (bug #887183).
  1535.     * lang/russian-dos-622.inc.php, lang/russian-cp-622.inc.php,
  1536.       lang/snyc_lang.sh, libraries/select_lang.lib.php:
  1537.       - Changed charset definition from dos-622 into cp-622. Both definitions
  1538.         describe the same charset, but cp-622 is recognized better by some
  1539.         browsers;
  1540.       - File was broken due to some bad typos.
  1541.     * lang/korean*.inc.php, lang/sync_lang.sh, libraries/select_lang.lib.php:
  1542.       - Changed Korean charset to EUC-KR. The old charset is a subset of EUC-KR,
  1543.         so this change shouldn't cause big problems. The support for EUC-KR is
  1544.         wider and we are now able to create a Korean UTF-8 language file;
  1545.       - Added korean-utf-8 translation.
  1546.     * config.inc.php, libraries/config_import.lib.php: Added missing Arabic
  1547.       Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
  1548.     * libraries/select_lang.lib.php, libraries/dbi/*.dbi.lib.php: When connected
  1549.       to a MySQL 4.1 server, we now pick the MySQL charset that fits the one of
  1550.       the selected language file.
  1551.     * main.php:
  1552.       - Removed MySQL charset selection for MySQL 4.1.
  1553.       - Instead, the MySQL charset we picked is displayed.
  1554.  
  1555. 2004-02-14 Alexander M. Turek  <thewall@derrabus.de>
  1556.     * libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
  1557.       Introduced options parameter for query functions.
  1558.     * libraries/mysql_charsets.lib.php: Fixed a "MySQL out of sync" error.
  1559.  
  1560. 2004-02-13 Alexander M. Turek  <resist@derrabus.de>
  1561.     * libraries/common.lib.php: Fixed bug #890186 (PMA chokes on undefined
  1562.       parser functions if one of the very first queries fails.
  1563.     * server_databases.php: Removed forgotten calls to mysql_wrappers.lib.
  1564.  
  1565. 2004-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  1566.     * server_privileges.php: bug 818654, password not copied
  1567.     * read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
  1568.       bug 879005: execute stored bookmarks when user is different
  1569.  
  1570. 2004-02-08 Marc Delisle  <lem9@users.sourceforge.net>
  1571.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1572.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  1573.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  1574.     * lang/dutch update, thanks to Ivo Teel
  1575.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  1576.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  1577.  
  1578. 2004-02-05 Alexander M. Turek  <chaos@derrabus.de>
  1579.     * Documentation.html: Added FAQ 1.17a about error message, "Client does not
  1580.       support authentication protocol".
  1581.  
  1582. 2004-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  1583.     * libraries/sqlparser.lib.php: bug 890573 (was a typo)
  1584.  
  1585. 2004-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  1586.     * tbl_change.php: bug 879923, NULL default value of DATETIME field
  1587.  
  1588. 2004-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  1589.     * export.php: security fix, thanks to Cedric Cochin for the advisory
  1590.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  1591.  
  1592. 2004-02-02 Alexander M. Turek  <supposedformerinfatuationjunkie@derrabus.de>
  1593.     * libraries/mysql_charsets.lib.php: Use PMA_backquote().
  1594.  
  1595. 2004-01-31 Michal Cihar  <whyisitsocold@cihar.com>
  1596.     * lang/czech: Update.
  1597.  
  1598. 2004-01-23 Alexander M. Turek  <stormfront@derrabus.de>
  1599.     * lang/german-*.inc.php: Updates.
  1600.  
  1601. 2004-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  1602.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin)
  1603.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  1604.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  1605.     * lang/*, header.inc.php, db_details_links.php, sql.php,
  1606.       libraries/functions.js: new stronger warning before a DROP DATABASE
  1607.  
  1608. 2004-01-28 Garvin Hicking <MyDoom@supergarv.de>
  1609.     * browser_foreigners, tbl_change.php, tbl_indexes.php,
  1610.       tbl_properties_structure.php, tbl_relation.php, tbl_select.php,
  1611.       libraries/get_foreign.lib.php, libraries/relation.lib.php:
  1612.       Get rid of mysql_data_seek(). Use pre-cached PHP array for
  1613.       mysqli compatibility and bandwidth saving.
  1614.  
  1615. 2004-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  1616.     * main.php: bug 884606, MySQL version check before server choice
  1617.  
  1618. 2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
  1619.     * libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
  1620.     PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
  1621.  
  1622. 2004-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  1623.     * tbl_row_delete.php: bug 882695, broken row highlighting
  1624.     * libraries/display_tbl.lib.php: bug 879792, bad sort link
  1625.     * libraries/dbi/*: PMA_DBI_num_fields()
  1626.  
  1627. 2004-01-24 Marc Delisle  <lem9@users.sourceforge.net>
  1628.     * querywindow.php: PMA_DBI_close() instead of DBI_close()
  1629.     * Documentation.html: clarify FAQ 6.21
  1630.     * libraries/dbi/*: use generic $strCantLoad message
  1631.     * lang/*: remove $strCantLoadMySQL message
  1632.     * libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the
  1633.       display of unwanted error messages
  1634.     * libraries/relation.lib.php: PMA_DBI_fetch_row() instead of fetch_assoc()
  1635.  
  1636. 2004-01-23 Alexander M. Turek  <foreveryoung@derrabus.de>
  1637.     * header_printview.inc.php:
  1638.       - Don't bypass $cfg['Server']['verbose'] settings;
  1639.       - Include MySQL version in SQL printview headers.
  1640.     * header.inc.php: Avoid sending headers twice.
  1641.  
  1642. 2004-01-22 Alexander M. Turek  <innocenteyes@derrabus.de>
  1643.     * libraries/dbi/mysqli.dbi.lib.php: Experimental new MySQLi library.
  1644.     * browse_foreigners.php, db_create.php, db_datadict.php,
  1645.       db_details_common.php, db_details_db_info.php, db_details_qbe.php,
  1646.       db_details_structure.php, db_printview.php, export.php, ldi_table.php,
  1647.       left.php, main.php, mult_submits.php, pdf_pages.php, pdf_schema.php,
  1648.       querywindow.php, read_dump.php, server_common.inc.php,
  1649.       server_privileges.php, server_processlist.php, server_status.php,
  1650.       server_variables.php, sql.php, tbl_addfield.php, tbl_alter.php,
  1651.       tbl_change.php, tbl_create.php, tbl_index.php, tbl_move_copy.php,
  1652.       tbl_printview.php, tbl_properties.inc.php, tbl_properties_operations.php,
  1653.       tbl_properties_table_info.php, tbl_query_box.php, tbl_relation.php,
  1654.       tbl_rename.php, tbl_replace.php, tbl_select.php,
  1655.       transformation_wrapper.php, user_password.php, libraries/bookmark.lib.php,
  1656.       libraries/common.lib.php, libraries/db_table_exists.lib.php,
  1657.       libraries/display_tbl:lib.php, libraries/get_foreign.lib.php,
  1658.       libraries/mysql_charsets.lib.php, libraries/relation.lib.php,
  1659.       libraries/transformations.lib.php, libraries/auth/config.auth.lib.php,
  1660.       libraries/auth/cookie.auth.lib.php, libraries/export/*.php:
  1661.       - Removed most remaining calls to old mysql_wrappers library;
  1662.       - Small optimizations and XHTML fixes.
  1663.     * libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php:
  1664.       - Moved PMA_DBI_get_dblist() definition to database_interface.lib;
  1665.       - Fixed "undefined constant" warning (bug #881637);
  1666.       - Added new functions: PMA_DBI_select_db(), PMA_DBI_get_fields(),
  1667.         PMA_DBI_get_fields_meta();
  1668.       - Bypassing charset conversion code for MySQL >= 4.1 experimentally.
  1669.     * Documentation.html: Changed my email address.
  1670.     * header_printview.inc.php:
  1671.       - Don't bypass $cfg['Server']['verbose'] settings;
  1672.       - Include MySQL version in SQL printview headers.
  1673.     * header.inc.php: Avoid sending headers twice.
  1674.  
  1675. 2004-01-21 Michal Cihar  <thesiswritten@cihar.com>
  1676.     * lang/czech: Fixed unclear message.
  1677.  
  1678. 2004-01-20 Marc Delisle  <lem9@users.sourceforge.net>
  1679.     * all concerned scripts: PMA_DBI_num_rows()
  1680.     * all concerned scripts: PMA_DBI_free_result()
  1681.     * all concerned scripts: PMA_DBI_insert_id()
  1682.     * all concerned scripts: PMA_DBI_affected_rows()
  1683.  
  1684. 2004-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  1685.     * libraries/common.lib.php, libraries/dbi/mysql.dbi.lib.php:
  1686.       PMA_DBI_get_dblist()
  1687.  
  1688. 2004-01-17 Michal Cihar  <argh@cihar.com>
  1689.     * lang/czech: Updated.
  1690.  
  1691. 2004-01-17 Alexander M. Turek  <roomservice@derrabus.de>
  1692.     * config.inc.php, Documentation.html, footer.inc.php, lang/*.inc.php,
  1693.       libraries/common.lib.php, libraries/config_import.lib.php,
  1694.       libraries/database_interface.lib.php, libraries/defines.lib.php,
  1695.       libraries/defines_mysql.lib.php, libraries/mysql_wrappers.lib.php,
  1696.       libraries/auth/config.auth.lib.php, libraries/auth/cookie.lib.php,
  1697.       libraries/dbi/mysql.dbi.lib.php: Database abstraction.
  1698.     * main.php: This script now accesses MySQL exclusivly through the new DBI
  1699.       functions.
  1700.  
  1701. 2004-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  1702.     * mult_submits.inc.php: bug 876805, dropping a field with the
  1703.       multi-submit mechanism removes all internal relations of a table,
  1704.       patch thanks to Joosep-Georg J├ñrvemaa (j-georg)
  1705.  
  1706. 2004-01-13 Robin Johnson <robbat2@users.sourceforge.net>
  1707.     * Documentation.html: Slight update to what I've done
  1708.  
  1709. 2004-01-12 Marc Delisle  <lem9@users.sourceforge.net>
  1710.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1711.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  1712.     * lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).
  1713.  
  1714. 2004-01-09 Alexander M. Turek  <singwhenyourewinning@derrabus.de>
  1715.     * libraries/sqlparser.lib.php: Support for _charset syntax.
  1716.  
  1717. 2004-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  1718.     * libraries/sqlparser.data.php: bug 873236 SQL_CALC_FOUND_ROWS
  1719.  
  1720. 2004-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  1721.     * libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
  1722.       bug 857743, SHOW errors
  1723.  
  1724. 2004-01-06 Alexander M. Turek  <therising@derrabus.de>
  1725.     * libraries/charset_conversion.lib.php: Skip charset conversion code if
  1726.       input charset and output charset are the same.
  1727.  
  1728. 2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
  1729.     * browse_foreigners.php, tbl_change.php: Sort key/value pairs
  1730.       as discussed in RFE #868369. Made foreigner window resizable.
  1731.     * libraries/functions.js: Reverted row marker patch. See RFE #867284
  1732.       for details.
  1733.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
  1734.       libraries/functions.js: Upon clicking on a result row, de/activate
  1735.       the checkbox next to it. Only makes sense for horizontal mode. Can be
  1736.       deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.
  1737.  
  1738. 2004-01-05 Alexander M. Turek  <rumors@derrabus.de>
  1739.     * tbl_properties_operations.php: Changing a table's charset changed the
  1740.       charset of all fields (MySQL >= 4.1.1).
  1741.  
  1742. 2004-01-04 Alexander M. Turek  <beggaronabeachofgold@derrabus.de>
  1743.     * libraries/config_import.lib.php: Added missing compatibility code for
  1744.       $cfg['RecodingEngine'].
  1745.  
  1746. 2004-01-02 Alexander M. Turek  <wecantdance@derrabus.de>
  1747.     * libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  1748.       MySQL collations are now parsed and highlighted.
  1749.     * libraries/export/sql.php: Include charset / collation information in db
  1750.       export.
  1751.  
  1752. 2004-01-02 Marc Delisle  <lem9@users.sourceforge.net>
  1753.     * db_details_structure.php: bug 868996, debug code still in place,
  1754.       thanks to Matthias Fichtner (mfichtner)
  1755.     * browse_foreigners.php: paging does not work; obey RepeatCells=0
  1756.     * libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
  1757.  
  1758. 2003-12-30 Michal Cihar  <happynewyer@cihar.com>
  1759.     * lang/czech: Updated.
  1760.     * lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
  1761.  
  1762. 2003-12-30 Alexander M. Turek  <facevalue@derrabus.de>
  1763.     * config.inc.php, db_details_common.php, db_details_structure.php,
  1764.       tbl_properties_operations.php, css/phpmyadmin.css.php,
  1765.       libraries/common.lib.php, libraries/config_import.lib.php,
  1766.       libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
  1767.       - SQL parser detected the character set "binary" as column attribute;
  1768.       - MySQL charsets are now parsed and highlighted - Note: the SQL parser
  1769.         library now has to be included AFTER having connected to the MySQL
  1770.         server;
  1771.       - The default charset of a database may now be changed;
  1772.       - Ensured that the user's connection is used for setting and retreiving
  1773.         charset information.
  1774.       * libraries/defines.lib.php: typo.
  1775.  
  1776. 2003-12-30 Marc Delisle  <lem9@users.sourceforge.net>
  1777.     * tbl_select.php: bug 867320, dropdowns in search page
  1778.  
  1779. 2003-12-29 Alexander M. Turek  <crazysexycool@derrabus.de>
  1780.     * db_details_structure.php, libraries/mysql_charsets.lib.php:
  1781.       - display database collation (MySQL >= 4.1.1);
  1782.       - list collations of all tables.
  1783.     * tbl_properties_strcuture, tbl_properties_table_info.php:
  1784.       - Changed "Charset" label to "Collation" because it fits better;
  1785.       - The column collations weren't displayed with MySQL 5.0.
  1786.     * libraries/sqlparser.data.php: New reserved words:
  1787.       - COLLATE (since MySQL 4.1.0);
  1788.       - RETURN  (since MySQL 5.0.0).
  1789.  
  1790. 2003-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  1791.     ### 2.5.5 released
  1792.  
  1793. 2003-12-27 Alexander M. Turek  <tragickingdom@derrabus.de>
  1794.     * Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
  1795.  
  1796. 2003-12-25 Marc Delisle  <lem9@users.sourceforge.net>
  1797.     * db_details_qbe.php: error when generating joins
  1798.     * Documentation.html: FAQ 6.22: default bookmark execution
  1799.  
  1800. 2003-12-23 Marc Delisle  <lem9@users.sourceforge.net>
  1801.     * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
  1802.     * db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
  1803.  
  1804. 2003-12-21 Marc Delisle  <lem9@users.sourceforge.net>
  1805.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  1806.  
  1807. 2003-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  1808.     * tbl_relation.php: bug 860258: do not destroy foreign key references
  1809.       to another db (still cannot enter via phpMyAdmin this kind of
  1810.       references)
  1811.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  1812.  
  1813. 2003-12-17 Michal Cihar  <ilovetranslations@cihar.com>
  1814.     * lang/sync_lang.sh: Fix generation of translation, when source is in
  1815.       utf-8.
  1816.     * lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
  1817.       noticing this.
  1818.  
  1819. 2003-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  1820.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  1821.  
  1822. 2003-12-15 Garvin Hicking  <me@supergarv.de>
  1823.     * tbl_replace.php: Check all required array indizes for multi-row edit
  1824.  
  1825. 2003-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  1826.     * read_dump.php: bug 859062: Go & Bookmark problem when the
  1827.       query has a character like "+" in it
  1828.  
  1829. 2003-12-13 Marc Delisle  <lem9@users.sourceforge.net>
  1830.     * tbl_query_box.php, ldi_table.php: maximum upload size
  1831.     * tbl_change.php: max BLOB upload size
  1832.  
  1833. 2003-12-12 Marc Delisle  <lem9@users.sourceforge.net>
  1834.     * db_details.php, libraries/common.lib.php, lang/*:
  1835.       new feature to display the maximum upload size
  1836.       TODO: detect if upload succeeded
  1837.  
  1838. 2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
  1839.     * export.php: Fixed Regex
  1840.     * transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
  1841.       libraries/transformations/application_octetstream__download.inc.php:
  1842.       Added a new transformation to download blob/binary field contents
  1843.       with customized filenames. Needed two minor tweeks to the general
  1844.       system.
  1845.  
  1846. 2003-12-11 Michal Cihar  <imreallyaway@cihar.com>
  1847.     * libraries/export/sql.php: Fix moving foreign key definition on Windows
  1848.       (bug #851950).
  1849.  
  1850. 2003-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  1851.     * tbl_replace.php: missing number of rows for Affected rows
  1852.       and Inserted rows; wrong message for insert ids
  1853.     * libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
  1854.  
  1855. 2003-12-11 Alexander M. Turek  <bleibtallesanders@derrabus.de>
  1856.     * server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
  1857.       Updated character sets overview for MySQL 4.1.1.
  1858.     * db_create.php, main.php: Ability to specify a default character set for a
  1859.       new database.
  1860.     * libraries/sqlparser.lib.php: Bug #857749.
  1861.  
  1862. 2003-12-11 Garvin Hicking <me@supergarv.de>
  1863.     * header_printview.inc.php: RFE #856503, show number of rows in printview
  1864.     * tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
  1865.       #857684 where non-existant fields caused PHP notices.
  1866.     * db_details.php: Removed unneccessary whitespace
  1867.     * sql.php: Bug #857742: When dropping the only remaining database, an
  1868.       error occured. Fixed by checking if databases remein (as suggested
  1869.       by lem9)
  1870.  
  1871. 2003-12-10 Garvin Hicking <me@supergarv.de>
  1872.     * db_datadict.php: Bug 857186: Real fix for the problem. The '@'
  1873.       delimiter slipped to the replacement's end instead of the expression's
  1874.       end.
  1875.     * db_details_structure.php: Bug 857315 - short open tag fixed
  1876.  
  1877. 2003-12-09 Marc Delisle  <lem9@users.sourceforge.net>
  1878.     * libraries/sqlparser.data.php: bug 854702: FORCE INDEX
  1879.     * main.php: bug 851564: backquotes on the wildcard dbname
  1880.       when no controluser is defined
  1881.     * db_datadict.php: bug 857186: ENUMs and data dictionary,
  1882.       thanks to Andrew Weiner (landreww) for the report and fix
  1883.  
  1884. 2003-12-09 Garvin Hicking <embatag@supergarv.de>
  1885.     * tbl_change.php: Fixed Bug #856436 (not displaying default values)
  1886.     * lang/german*: Translations
  1887.     * left.php: Escape single quotes in single-table cases as well
  1888.       (Bug #855771)
  1889.  
  1890. 2003-12-08 Marc Delisle  <lem9@users.sourceforge.net>
  1891.     * new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
  1892.  
  1893. 2003-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  1894.     ### 2.5.5-rc1 released
  1895.  
  1896. 2003-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  1897.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  1898.  
  1899. 2003-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  1900.     * libraries/display_tbl.lib.php: bug 854696: fixed a typo,
  1901.       and added some isset for a new check
  1902.  
  1903. 2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
  1904.     * libraries/transformations/text_plain__dateformat.inc.php:
  1905.       Use <dfn>-Tag to display original data to not waste display
  1906.       clarity by using hyperlinks. Original implementation also
  1907.       failed when using customized options.
  1908.  
  1909. 2003-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  1910.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  1911.     * libraries/transformations/text_plain__dateformat.inc.php:
  1912.       patch 845690: show real data before transformation
  1913.     * left.php: bug 833790: put a workaround in place
  1914.  
  1915. 2003-12-04 Garvin Hicking <grinch@supergarv.de>
  1916.     * browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
  1917.       tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
  1918.       libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  1919.       Multi row edit via checkboxes in browse mode is now available.
  1920.       This means, you can edit multiple records at once now.
  1921.     * tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
  1922.        (un)nullify() function
  1923.     * libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
  1924.       Made checkbox/edit/delete fields smaller
  1925.  
  1926. 2003-12-02 Marc Delisle  <lem9@users.sourceforge.net>
  1927.     * libraries/display_tbl.lib.php: the constant used to check
  1928.       if the transformation function is included no longer exists
  1929.     * libraries/transformations/: replaced "include" by "require_once"
  1930.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  1931.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  1932.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  1933.     * lang/danish: updates, thanks to Finn Sorensen (alleyman01)
  1934.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  1935.  
  1936. 2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
  1937.     * main.php: Fixed one remaining preg_match
  1938.  
  1939. 2003-11-27 Marc Delisle  <lem9@users.sourceforge.net>
  1940.     * libraries/display_tbl.lib.php: bug 816666: sort order and aliases
  1941.  
  1942. 2003-11-26 Alexander M. Turek  <lifeforrent@derrabus.de>
  1943.     * Almost every file:
  1944.       - Replaced all include / require commands by require_once where possible;
  1945.       - Further php 4.1+ optimizations;
  1946.       - footer.inc.php now automatically stops the script execution;
  1947.       - Coding standards.
  1948.     * config.inc.php: Don't include select_lang.lib.php here.
  1949.     * libraries/common.lib.php: Backwards compatibility.
  1950.     * libraries/common.lib.php, libraries/defines.lib.php,
  1951.       libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
  1952.       scripts/create-release.sh:
  1953.       defines.lib.php was included twice. For optimization reasons I moved all
  1954.       the code that is independent from the MySQL connection out of defines.lib
  1955.       into defines_php.lib.
  1956.       To point out the (new) meanings of the files I renamed defines.lib.php to
  1957.       defines_mysql.lib.php while defines_php.lib.php is now known as
  1958.       defines.lib.php.
  1959.  
  1960. 2003-11-26 Michal Cihar  <cleanerfasterbetter@cihar.com>
  1961.     * lang/check_lang.sh: Cleanup.
  1962.     * lang/sort_lang.sh: Cleanup.
  1963.     * lang/czech: Better translated some strings.
  1964.  
  1965. 2003-11-26 Marc Delisle  <lem9@users.sourceforge.net>
  1966.     * lang/arabic: update, thanks to Ossama Khayat (okhayat)
  1967.     * lang/hindi: update, thanks to Girish Nair (girish_nair)
  1968.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  1969.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  1970.  
  1971. 2003-11-25 Alexander M. Turek  <jaggedlittlepill@derrabus.de>
  1972.     * translators.html: Changed email of Hindi translator, again.
  1973.     * badwords.txt: File is obsolete.
  1974.  
  1975. 2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
  1976.     * db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
  1977.       tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
  1978.       tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
  1979.       libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
  1980.       libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
  1981.  
  1982.       Reverted some obfuscated regular expressions to their working eregi-versions
  1983.       to not break stuff. Removed unneccessary reset() calls, replaced some more
  1984.       while(list()) constructs.
  1985.     * libraries/transformations/overview.php, libraries/transformations/global.inc.php,
  1986.       libraries/common.lib.php, libraries/display_tbl.lib.php,
  1987.       libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
  1988.       ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
  1989.  
  1990.       - When stored transformations have '.php3' ending, automagically assume '.php' now.
  1991.       - Use 's' RegEx Pattern modifier for certain situations where '.' should also include
  1992.         linebreaks.
  1993.  
  1994. 2003-11-24 Alexander M. Turek  <bloodsugarsexmagik@derrabus.de>
  1995.     * lang/german-*.inc.php: Updates.
  1996.     * lang/english-*.inc.php: Sortation.
  1997.  
  1998. 2003-11-24 Marc Delisle  <lem9@users.sourceforge.net>
  1999.     * tbl_rename.php: give an error if the new table name has a dot
  2000.       in its name, to avoid doing our automatic relation-table renames
  2001.  
  2002. 2003-11-24 Michal Cihar  <nijel@users.sourceforge.net>
  2003.     * libraries/common.lib.php: Use preg again, it just needs a bit more
  2004.       escaping of \ (once for PHP and once for PCRE).
  2005.     * css/phpmyadmin.css.php: Make server selection in left frame same size as
  2006.       on other places.
  2007.     * main.php: One more regex escaping fix.
  2008.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  2009.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  2010.     * lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
  2011.     * translators.html: Updated email for Hindi translator.
  2012.  
  2013. 2003-11-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  2014.     * server_privileges.php3: while (list() = each()) is not always as bad as
  2015.       one might think ;-p
  2016.  
  2017. 2003-11-22 Garvin Hicking <me@supergarv.de>
  2018.     * ./*: More PHP3-compatibility removal, see 2003-11-20.
  2019.  
  2020. 2003-11-22 Marc Delisle  <lem9@users.sourceforge.net>
  2021.     * tbl_properties_operations.php: display "Add constraints" only
  2022.       if there are foreign keys in current table
  2023.     * libraries/common.lib.php: revert back to previous logic at line 1108
  2024.       because of regex problem (when only_db is used)
  2025.  
  2026. 2003-11-21 Marc Delisle  <lem9@users.sourceforge.net>
  2027.     * tbl_move_copy.php: typo about constraints
  2028.  
  2029. 2003-11-21 Michal Cihar  <nijel@users.sourceforge.net>
  2030.     * scripts/create-release.sh: Udated information what is needed to change on
  2031.       home page to currect status.
  2032.  
  2033. 2003-11-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  2034.     * server_databases.php, server_processlist.php, server_status.php,
  2035.       server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
  2036.     * README: Updated requirements.
  2037.     * scripts/create-release.sh: Create Documentation.txt when building the
  2038.       distribution kits.
  2039.     * Documentation.txt, scripts/updatedocs.sh: Romoved.
  2040.  
  2041. 2003-11-20 Michal Cihar  <nijel@users.sourceforge.net>
  2042.     * read_dump.php: Show message about failing upload in all cases, removed
  2043.       some PHP compatibility code.
  2044.     * libraries/export/sql.php: More older PHP cleanup.
  2045.     * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
  2046.       table moving/copying and allow to keep constraints over these
  2047.       operations.
  2048.     * server_databases.php: Add correct parameters to left frame to keep
  2049.       server choice, language, etc. (bug #845397).
  2050.     * libraries/config_import.lib.php, config.inc.php, db_details.php,
  2051.       tbl_query_box.php, Documentation: Allow changing of default queries (RFE
  2052.       #839168).
  2053.     * Documentation.html: Valid XHTML again.
  2054.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  2055.  
  2056. 2003-11-20 Garvin Hicking <me@supergarv.de>
  2057.     * libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
  2058.       libraries/transformations/overview.php, libraries/*.php
  2059.       (work in progress)
  2060.  
  2061.       Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
  2062.       - Replaced "while (list() = each())" calls by foreach loops.
  2063.       - Removed PHP3-compatibility code
  2064.       - Removed calls to $HTTP_*_VARS (using $_* now).
  2065.       - Replaced some TAB-characters with whitespace
  2066.       - Removed PHP4 < 4.1.0 compatibility code
  2067.       - Removed MySQL < 3.23.32 compatibility code
  2068.       - Replaced "for ($i=0; $i <= count(); $i++)" loops to
  2069.         "$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
  2070.         performance
  2071.       - Replace calls to eregi*/split functions to their preg* counterparts for
  2072.         faster and binary-safe operation
  2073.       - Replace regex-Calls to simple string functions where possible (speedup)
  2074.       - Replace calls to substr($string, X, 1) to $string{X}
  2075.  
  2076. 2003-11-19 Marc Delisle  <lem9@users.sourceforge.net>
  2077.     * libraries/display_tbl.lib.php: first group of headers was offset by
  2078.       one column to the left
  2079.  
  2080. 2003-11-19 Michal Cihar  <nijel@users.sourceforge.net>
  2081.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  2082.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  2083.     * lang/portuguese: Updated, thanks to Ant├│nio Raposo (cfmsoft).
  2084.     * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
  2085.  
  2086. 2003-11-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  2087.     * libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
  2088.     * Documentation.html: Modified requirements.
  2089.     * server_collations.php: Replaced obsolete "while (list() = each())" calls
  2090.       by foreach loops.
  2091.     * server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
  2092.  
  2093. 2003-11-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  2094.     * libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
  2095.  
  2096. 2003-11-18 Marc Delisle  <lem9@users.sourceforge.net>
  2097.     * lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
  2098.       for the product name
  2099.     * main.php: new warnings for old PHP or MySQL versions
  2100.  
  2101. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  2102.     * libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
  2103.  
  2104. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  2105.     * almost EVERYTHING: The big rename from php3 to php.
  2106.  
  2107. 2003-11-18 Michal Cihar  <nijel@users.sourceforge.net>
  2108.     * read_dump.php3: Show result of last SHOW query when multiple queries.
  2109.     * scripts/create-release.sh: Generate also sizes of files, for
  2110.       files.inc.php on homepage.
  2111.  
  2112. 2003-11-17 Marc Delisle  <lem9@users.sourceforge.net>
  2113.     * lang/french: update
  2114.     * lang/turkish update, thanks to Bora Alioglu
  2115.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  2116.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2117.  
  2118. 2003-11-14 Marc Delisle  <lem9@users.sourceforge.net>
  2119.     * tbl_properties_structure.php3: bug 842053: not only TEXT but also
  2120.       any ...TEXT field types can have a FULLTEXT index
  2121.  
  2122. 2003-11-13 Marc Delisle  <lem9@users.sourceforge.net>
  2123.     * libraries/common.lib.php3: undefined variable dblist_full when
  2124.       renaming a table
  2125.  
  2126. 2003-11-13 Michal Cihar  <nijel@users.sourceforge.net>
  2127.     * libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
  2128.     * libraries/export/sql.php3, libraries/config_import.lib.php3,
  2129.       libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
  2130.       config.inc.php3: Allow delayed inserts (RFE #841298).
  2131.     * libraries/export/sql.php3, libraries/common.lib.php3,
  2132.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  2133.       lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
  2134.       statements in export (RFE #838828).
  2135.     * lang/remove_message.sh: Checks for parameter count.
  2136.  
  2137. 2003-11-12 Michal Cihar  <nijel@users.sourceforge.net>
  2138.     * libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
  2139.     * libraries/export/latex.php3: Unique fields are bold (patch #840089).
  2140.  
  2141. 2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
  2142.     * libraries/display_tbl.lib.php3: Added more secure checks
  2143.       for each'ing on arrays built by the query analyzer. (Bug #839630)
  2144.     * libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
  2145.       repeated headers were wrong since introduction of multi-row delete.
  2146.  
  2147. 2003-11-10 Marc Delisle  <lem9@users.sourceforge.net>
  2148.     * scripts/extchg.sh: bug 839081: generator.sh was not converted
  2149.  
  2150. 2003-11-07 Marc Delisle  <lem9@users.sourceforge.net>
  2151.     * tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
  2152.       bug 835783: now (if using PHP4) users can enter NULL in a field
  2153.       and get the string NULL and not a NULL value. For a real NULL
  2154.       value they must use the Null checkbox.
  2155.  
  2156. 2003-11-06 Marc Delisle  <lem9@users.sourceforge.net>
  2157.     * New italian doc (partial) in pma_localized_docs
  2158.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  2159.  
  2160. 2003-11-06 Garvin Hicking <me@supergarv.de>
  2161.     * sql.php3, libraries/display_tbl.lib.php3:
  2162.       RFE #835491: Display linked values in printview. Display relation-
  2163.       related features (comments, MIME-transformations) in printview.
  2164.       Fix empty table rows in vertical display (kept Mozilla from displaying
  2165.       borders in this printmode). Adjusted layout a tiny-weeny bit to let
  2166.       the comments of a field fit the whole space.
  2167.     * libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
  2168.       Documentation.html: Propagate current MIME-type to plugin functions.
  2169.       Thanks for noticing (again), Thiemo Maettig. :)
  2170.     * libraries/common.lib.php3, Documentation.html, config.inc.php3:
  2171.       Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
  2172.       the left frame. The '*' character can be used to
  2173.       fill in all remaining characters. See Documentation for details.
  2174.       RFE #830355, thanks to Xuefer for suggestions.
  2175.  
  2176. 2003-11-06 Michal Cihar  <nijel@users.sourceforge.net>
  2177.     * libraries/export/xml.php3: Add xml header with encoding information
  2178.       (bug #836630).
  2179.  
  2180. 2003-11-05 Garvin Hicking <me@supergarv.de>
  2181.     * libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
  2182.       store queries with errors in history, also when coming from the
  2183.       database SQL tab.
  2184.     * libraries/common.lib.php3: Bug #835854. The MySQL-error messages
  2185.       are now put inside a <code> HTML-container, not <pre>. This allows
  2186.       wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
  2187.       formatting has been altered to preserve those.
  2188.     * libraries/transformations/text_plain__dateformat.inc.php3:
  2189.       Remove obsolete code, thanks to Thiemo Maettig!
  2190.     * Documentation.html, libraries/display_tbl.lib.php3,
  2191.       libraries/transformations/*:
  2192.       The $meta field information is now passed to the transformation plugins
  2193.       to allow future (and easier) usage of field information
  2194.       (zerofill/unsigned/not_null/...).
  2195.  
  2196. 2003-11-04 Marc Delisle  <lem9@users.sourceforge.net>
  2197.     * Documentation.html: bug 833900, added known limitation in FAQ 3.10
  2198.       about selecting homonyms on a table without primary key
  2199.  
  2200. 2003-11-04 Garvin Hicking <me@supergarv.de>
  2201.     * Documentation.html: Added known limitation about ANSI-mode
  2202.       (Bug #816858)
  2203.     * libraries/transformations/text_plain__dateformat.inc.php3:
  2204.       Bug #835252: Now allow more timestamps. Minor modification of a patch
  2205.       submitted by anonymous poster. Thanks!
  2206.  
  2207. 2003-11-03 Garvin Hicking <me@supergarv.de>
  2208.     * Documentation.html, tbl_row_delete.php3,
  2209.       libraries/display_tbl.lib.php3:
  2210.       Bug #828290: Fixed "Execute stored bookmark". Also made some minor
  2211.       tweaks to make PHP-Transformations with forms working again. Added
  2212.       a limitation notice on that to FAQ 3.8. Added an image to this action.
  2213.     * libraries/display_tbl.lib.php3: Made multi-row delete working for
  2214.       vertical browse mode. When executing a multi-row delete, keep the
  2215.       last used display mode and other options.
  2216.     * Documentation.html: Adjusted link to the link-section of our homepage.
  2217.       Fixed typo.
  2218.  
  2219. 2003-11-03 Michal Cihar  <nijel@users.sourceforge.net>
  2220.     * lang/czech: Updated.
  2221.     * libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
  2222.       (RFE #834053).
  2223.  
  2224. 2003-11-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  2225.     * lang/german-*.inc.php3: Grammar.
  2226.     * config.inc.php3, libraries/common.lib.php3,
  2227.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  2228.       libraries/export/csv.php3, lang/*.inc.php3:
  2229.       Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
  2230.  
  2231. 2003-11-02 Marc Delisle  <lem9@users.sourceforge.net>
  2232.     * lang/arabic: big update, thanks to Ossama Khayat (okhayat)
  2233.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2234.  
  2235. 2003-11-01 Marc Delisle  <lem9@users.sourceforge.net>
  2236.     * libraries/relation.lib.php3: bug 826880, quotes added
  2237.  
  2238. 2003-10-31 Marc Delisle  <lem9@users.sourceforge.net>
  2239.     * lang/romanian: Updated, thanks to Valics Lehel.
  2240.     * tbl_relation.php3: add backquotes around table and field names
  2241.       in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
  2242.       version, a blank character in a field name is not accepted by InnoDB
  2243.  
  2244. 2003-10-27 Marc Delisle  <lem9@users.sourceforge.net>
  2245.     * querywindow.php3: bug 825668: js errors in SQL-history,
  2246.       thanks to Jenik Kaspar (jenix)
  2247.  
  2248. 2003-10-26 Marc Delisle  <lem9@users.sourceforge.net>
  2249.     * libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
  2250.     * querywindow.php3: bug 829737, cosmetic change: added   for
  2251.       better display in Iconic 'both' mode
  2252.  
  2253. 2003-10-24 Michal Cihar  <nijel@users.sourceforge.net>
  2254.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
  2255.     * lang/serbian: utf-8 translations contained no strings, regenerated.
  2256.     * lang/other: Added missing strings.
  2257.     * libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
  2258.       it makes sense (bug #829594).
  2259.  
  2260. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  2261.     * libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
  2262.       (bug #828370).
  2263.     * libraries/export/sql.php3. libraries/export/latex.php3,
  2264.       libraries/display_export.lib.php3, export.php3, lang/*,
  2265.       libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
  2266.       supress dates in SQL dump separately.
  2267.     * lang/add_message.sh: Fail if no message specified.
  2268.     * lang/add_message_file.sh: Fail if no file specified.
  2269.     * libraries/display_export.lib.php3: Added ugly hack to allow switching
  2270.       export options in Opera (bug #828712).
  2271.     * db_details_structure.php3, lang/*: Show also overhead, allow to check
  2272.       all tables with overhead at once (JS only) (RFE #828090).
  2273.     * footer.inc.php3: Try to update history in table only if configured so
  2274.       (bug #828356).
  2275.  
  2276. 2003-10-21 Marc Delisle  <lem9@users.sourceforge.net>
  2277.     * pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
  2278.       thanks to Chris Walsh (chriswalshaz)
  2279.     * libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
  2280.     * tbl_relation.php3: Bug 827340: Relation view should display also
  2281.       non-unique keys as possible choices for foreign keys
  2282.  
  2283. 2003-10-20 Michal Cihar  <nijel@users.sourceforge.net>
  2284.     * Documentation, config.inc.php3, tbl_change.php3,
  2285.       libraries/common.lib.php3, libraries/config_import.lib.php3: Make
  2286.       default functions configurable (RFE #821271).
  2287.  
  2288. 2003-10-18 Marc Delisle  <lem9@users.sourceforge.net>
  2289.     * libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
  2290.     * libraries/functions.js: bug 825665, scratchboard and paper size
  2291.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2292.     ### 2.5.4 released
  2293.  
  2294. 2003-10-17 Marc Delisle  <lem9@users.sourceforge.net>
  2295.     * browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
  2296.     * tbl_query_box.php3, libraries/bookmark.lib.php3:
  2297.       bug 824958: bookmarks not configured
  2298.  
  2299. 2003-10-16 Michal Cihar  <nijel@users.sourceforge.net>
  2300.     * libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
  2301.     * scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
  2302.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  2303.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2304.     * lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
  2305.     * lang/sort_lang.sh: Ignores non file parameter.
  2306.     * libraries/common.lib.php3: Add some more fixes for wrongly typed
  2307.       $cfg['PmaAbsoluteUri'].
  2308.     * Documentation: Changed my email and credits.
  2309.     * libraries/defines_php.lib.php3: Output buffering is not available in
  2310.       php 3 (bug #824956).
  2311.  
  2312. 2003-10-15 Marc Delisle  <lem9@users.sourceforge.net>
  2313.     * lang/russian-windows-1251: wrong charset (bug 823939)
  2314.  
  2315. 2003-10-14 Marc Delisle  <lem9@users.sourceforge.net>
  2316.     * server_privileges.php3: bug 707516, sometimes db privileges
  2317.       are not shown
  2318.  
  2319. 2003-10-12 Marc Delisle  <lem9@users.sourceforge.net>
  2320.     * Documentation.html: bug 821144: FAQ 6.21 needed clarification
  2321.  
  2322. 2003-10-11 Marc Delisle  <lem9@users.sourceforge.net>
  2323.     * libraries/grab_globals.lib.php3: bug 807047, better fix
  2324.     * tbl_select.php3: bug 821350: escape single quotes in table
  2325.       Search page
  2326.  
  2327. 2003-10-10 Marc Delisle  <lem9@users.sourceforge.net>
  2328.     * footer.inc.php3: bug 819036, undefined function PMA_setHistory()
  2329.  
  2330. 2003-10-10 Michal Cihar  <nijel@users.sourceforge.net>
  2331.     * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
  2332.     * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
  2333.     * scripts/create-release.sh: Generate MD5 sums (RFE #748415).
  2334.     * Documentation, config.inc.php3, scripts/create_tables.sql: Change
  2335.       default phpMyAdmin table names from PMA_* to pma_*.
  2336.  
  2337. 2003-10-07 Marc Delisle  <lem9@users.sourceforge.net>
  2338.     * lang/russian*: updated, thanks to Artyom Rabzonov
  2339.  
  2340. 2003-10-07 Michal Cihar  <nijel@users.sourceforge.net>
  2341.     * Documentation: Another hint for creating primary/unique keys.
  2342.  
  2343. 2003-10-06 Marc Delisle  <lem9@users.sourceforge.net>
  2344.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  2345.  
  2346. 2003-10-06 Michal Cihar  <nijel@users.sourceforge.net>
  2347.     * tbl_replace.php3: Do not include query in redirect url if too long.
  2348.  
  2349. 2003-10-02 Marc Delisle  <lem9@users.sourceforge.net>
  2350.     * libraries/grab_globals.lib.php3: bug 807047, protect POST variables
  2351.       against cookies of the same name
  2352.     * libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
  2353.       icon should not be displayed in all cases
  2354.  
  2355. 2003-10-01 Marc Delisle  <lem9@users.sourceforge.net>
  2356.     * lang/slovenian update, thanks to Kositer Uros
  2357.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  2358.     * libraries/export/sql.php3: bug 815822 Undefined index/offset
  2359.     * lang/turkish update, thanks to Bora Alioglu
  2360.  
  2361. 2003-10-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  2362.     * translators.html: Better link.
  2363.  
  2364. 2003-09-30 Marc Delisle  <lem9@users.sourceforge.net>
  2365.     ### 2.5.4-rc1 released
  2366.  
  2367. 2003-09-29 Michal Cihar  <nijel@users.sourceforge.net>
  2368.     * lang/czech: Updated.
  2369.     * config.inc.php3, db_details_importdocsql.php3,
  2370.       db_details_structure.php3, libraries/config_import.lib.php3: You now
  2371.       need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
  2372.       #812033.
  2373.     * Documentation: Documented above and support for compressed dumps.
  2374.     * db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
  2375.       read_dump.php3, tbl_change.php3, tbl_query_box.php3,
  2376.       tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
  2377.  
  2378. 2003-09-28 Marc Delisle  <lem9@users.sourceforge.net>
  2379.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  2380.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  2381.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  2382.     * new lang: bosnian, thanks to Samir Kobiljak
  2383.  
  2384. 2003-09-27 Marc Delisle  <lem9@users.sourceforge.net>
  2385.     * tbl_row_delete.php3, mult_submits.inc.php3,
  2386.       libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
  2387.       RFE 810270: multi-row delete in browse mode
  2388.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  2389.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  2390.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  2391.  
  2392. 2003-09-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  2393.     * tbl_indexes.php3: RFE #812993 (Icons for index table).
  2394.     * lang/persian-*.inc.php3, lang/sync_lang.sh,
  2395.       libraries/select_lang.lib.php3, translators.html:
  2396.       New Persian language files, thanks to Parham Ghaffarian.
  2397.     * libraries/select_lang.lib.php3: Removed a dublicate entry.
  2398.     * translators.html: I'm back. :-)
  2399.     * lang/english.inc.php3: Resorted strings.
  2400.  
  2401. 2003-09-26 Garvin Hicking <me@supergarv.de>
  2402.     * left.php3: bug #812481: Fixed display of '__protected__' subgroup in
  2403.       non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
  2404.  
  2405. 2003-09-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  2406.     * libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
  2407.       markers), thanks to Michael Johnson (redbeardc).
  2408.     * server_privileges.php3: Fixed bug #811792 (Password not kept when
  2409.       modifying user).
  2410.  
  2411. 2003-09-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  2412.     * lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
  2413.  
  2414. 2003-09-23 Marc Delisle  <lem9@users.sourceforge.net>
  2415.     * libraries/export/sql.php3: bug 811222: we need to analyze the query
  2416.       to get the true column name in case of aliases
  2417.     * libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
  2418.       does not need reduced font size
  2419.  
  2420. 2003-09-20 Marc Delisle  <lem9@users.sourceforge.net>
  2421.     * pdf_schema.php3: bug 805227: the "Show color" only removed
  2422.       color on arrows, now removes all the color because of printing problems
  2423.       on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
  2424.  
  2425. 2003-09-19 Marc Delisle  <lem9@users.sourceforge.net>
  2426.     * server_privileges.php3: bug 784961, could not delete a user
  2427.  
  2428. 2003-09-19 Michal Cihar  <nijel@users.sourceforge.net>
  2429.     * libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
  2430.       with older php (bug #802060).
  2431.  
  2432. 2003-09-18 Michal Cihar  <nijel@users.sourceforge.net>
  2433.     * libraries/auth/cookie.auth.lib.php3: Improved functionality when more
  2434.       than one cookie auth is being used.
  2435.  
  2436. 2003-09-18 Garvin Hicking <me@supergarv.de>
  2437.     * tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
  2438.       Add bookmark option to query window/tab to bookmark any statement.
  2439.  
  2440. 2003-09-17 Garvin Hicking <me@supergarv.de>
  2441.     * querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
  2442.       history, not execute them immediately.
  2443.     * footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
  2444.     * server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
  2445.       server_databases.php3
  2446.  
  2447. 2003-09-17 Michal Cihar  <nijel@users.sourceforge.net>
  2448.     * read_dump.php3, libraries/read_dump.lib.php3: Error message when file
  2449.       can not be read.
  2450.     * tbl_query_box.php3: Do not require any variables in query window.
  2451.     * lang/*, libraries/export/sql.php3: Export separately constraints, so
  2452.       they don't cause troubles on import (bug #807615).
  2453.     * Documentation, config.inc.php3, left.php3, main.php3, lang/*,
  2454.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  2455.       libraries/auth/cookie.auth.lib.php3,
  2456.       libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
  2457.       into cookie auth, new config variable for enabling this
  2458.       $cfg['AllowArbitraryServer'].
  2459.     * db_details.php3, tbl_change.php3, tbl_query_box.php3,
  2460.       libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
  2461.       #752886).
  2462.     * Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
  2463.       libraries/config_import.lib.php3: Allow compressing large SQL dumps -
  2464.       they are compressed by smaller chunks and send to browser (RFE #795849).
  2465.     * tbl_properties_operations.php3: Remove '; InnoDB free:' part from
  2466.       comment including references.
  2467.  
  2468. 2003-09-16 Marc Delisle  <lem9@users.sourceforge.net>
  2469.     * sql.php3: bug 790849 (js disabled and user removes the row limit
  2470.       from the Show [30] rows)
  2471.  
  2472. 2003-09-16 Garvin Hicking <me@supergarv.de>
  2473.     * db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
  2474.     PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
  2475.     It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
  2476.     one. Keep old function for any future use.
  2477.  
  2478. 2003-09-15 Marc Delisle  <lem9@users.sourceforge.net>
  2479.     * tbl_properties_links.php3, db_details_structure.php3: in Table view,
  2480.       "Select" becomes "Search" to denote more clearly was this sub-page
  2481.       is about
  2482.  
  2483. 2003-09-15 Michal Cihar  <nijel@users.sourceforge.net>
  2484.     * libraries/export/sql.php3: Avoid freeing failed result.
  2485.  
  2486. 2003-09-14 Marc Delisle  <lem9@users.sourceforge.net>
  2487.     * Documentation.html: clarify FAQ 6.20 about which privileges are
  2488.       assigned to users after an upgrade to MySQL 4, and their effect
  2489.       on seeing all the databases.
  2490.  
  2491. 2003-09-12 Garvin Hicking <me@supergarv.de>
  2492.     * lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
  2493.       (Bookmarks for all users)
  2494.     * lang/german*: Update
  2495.     * Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
  2496.       not working on PHP < 4.0.3
  2497.  
  2498. 2003-09-12 Marc Delisle  <lem9@users.sourceforge.net>
  2499.     * lang/turkish update, thanks to Bora Alioglu
  2500.     * libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
  2501.       and add "Sort" tooltip to each column header
  2502.  
  2503. 2003-09-11 Michal Cihar  <nijel@users.sourceforge.net>
  2504.     * read_dump.php3: Add also limit to size, not only to pieces, because of
  2505.       extended inserts (bug #803372).
  2506.  
  2507. 2003-09-10 Marc Delisle  <lem9@users.sourceforge.net>
  2508.     * Documentation.html: clarify about InnoDB support
  2509.     * libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
  2510.       bug 792511: SELECT * FROM mytable LIMIT 0,-1
  2511.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  2512.       from mysql_list_fields, so modify PMA_mysql_list_fields to use
  2513.       SELECT * FROM db.table LIMIT 1
  2514.       (Thanks to Peter Beckman (ooglek))
  2515.  
  2516. 2003-09-09 Marc Delisle  <lem9@users.sourceforge.net>
  2517.     * libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
  2518.       from mysql_list_tables, so modify PMA_mysql_list_tables to use
  2519.       SHOW TABLES FROM
  2520.  
  2521. 2003-09-09 Michal Cihar  <nijel@users.sourceforge.net>
  2522.     * tbl_relation.php3: Avoid message about not array variable when no InnoDB
  2523.       relations used.
  2524.     * libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
  2525.       indexes (RFE #528503).
  2526.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  2527.     * lang/dutch: Updated, thanks to nobody :-).
  2528.  
  2529. 2003-09-08 Michal Cihar  <nijel@users.sourceforge.net>
  2530.     * left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
  2531.       config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
  2532.       libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
  2533.       server (RFE #684097).
  2534.  
  2535. 2003-09-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  2536.     * server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
  2537.       privileges).
  2538.  
  2539. 2003-09-07 Marc Delisle  <lem9@users.sourceforge.net>
  2540.     ### 2.5.3 released
  2541.  
  2542. 2003-09-05 Marc Delisle  <lem9@users.sourceforge.net>
  2543.     * libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
  2544.     * tbl_relation.php3: InnoDB support
  2545.  
  2546. 2003-09-03 Michal Cihar  <nijel@users.sourceforge.net>
  2547.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  2548.  
  2549. 2003-09-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  2550.     * Documentation.html:
  2551.       - rewrote FAQ 1.17;
  2552.       - corrected some other FAQs;
  2553.       - tidied up "Requirements" section about MySQL.
  2554.  
  2555. 2003-09-02 Marc Delisle  <lem9@users.sourceforge.net>
  2556.     * translators.html: azerbaijani, and change of address for
  2557.       swedish translator
  2558.  
  2559. 2003-09-02 Michal Cihar  <nijel@users.sourceforge.net>
  2560.     * libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
  2561.  
  2562. 2003-09-01 Michal Cihar  <nijel@users.sourceforge.net>
  2563.     * libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
  2564.       (bug #798426).
  2565.     * lang/estonian: Updated, thanks to Alvar Soome (finsoft).
  2566.     * lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
  2567.       translation, thanks to Shehriyar Imanov (sheki).
  2568.  
  2569. 2003-08-31 Marc Delisle  <lem9@users.sourceforge.net>
  2570.     * libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
  2571.     * libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
  2572.  
  2573. 2003-08-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  2574.     * README: Updated php / MySQL versions.
  2575.  
  2576. 2003-08-28 Michal Cihar  <nijel@users.sourceforge.net>
  2577.     * libraries/display_export.lib.php3: Allow xml to be also default export
  2578.       (bug #796706).
  2579.  
  2580. 2003-08-27 Marc Delisle  <lem9@users.sourceforge.net>
  2581.     * tbl_relation.php3: User forgot to define an index on the master table
  2582.       before adding a foreign key constraint: trap the error, warn the user
  2583.       and show him a link to the relevant doc
  2584.  
  2585. 2003-08-27 Garvin Hicking <me@supergarv.de>
  2586.     * lang/german*: Update
  2587.  
  2588. 2003-08-27 Michal Cihar  <nijel@users.sourceforge.net>
  2589.     * sql.php3, lang/*: Print view with full texts (RFE #742123).
  2590.  
  2591. 2003-08-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  2592.     * browse_foreigners.php3: undefined variable.
  2593.  
  2594. 2003-08-26 Alexander M. Turek  <rabus@users.sourceforge.net>
  2595.     * libraries/common.lib.php3: Backwards compatibility.
  2596.     * tbl_change.php3: bug #795171 (foreign field empty when editing record).
  2597.  
  2598. 2003-08-26 Michal Cihar  <nijel@users.sourceforge.net>
  2599.     * config.inc.php3, lang/*, libraries/config_import.lib.php3,
  2600.       libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
  2601.       LaTeX export (patch #777451).
  2602.  
  2603. 2003-08-25 Michal Cihar  <nijel@users.sourceforge.net>
  2604.     * lang/czech: Updated.
  2605.  
  2606. 2003-08-25 Marc Delisle  <lem9@users.sourceforge.net>
  2607.     * tbl_relations.php3, tbl_properties_table_info.php3, /lang:
  2608.       InnoDB relations (for now, same db, only one index column, and
  2609.       no ON DELETE or ON UPDATE clauses)
  2610.  
  2611. 2003-08-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  2612.     * tbl_rename.php3: After renaming a table, move back to
  2613.       tbl_properties_operations.php3 instead of tbl_properties.php3.
  2614.  
  2615. 2003-08-22 Marc Delisle  <lem9@users.sourceforge.net>
  2616.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  2617.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  2618.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  2619.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  2620.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2621.     * lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
  2622.     * libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
  2623.     * libraries/relation.lib.php3: getForeigners() returns also the constraint
  2624.  
  2625. 2003-08-21 Marc Delisle  <lem9@users.sourceforge.net>
  2626.     * tbl_relation.php3: improve variables, remove some code
  2627.  
  2628. 2003-08-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  2629.     * server_privileges.php3: Fixed some typos.
  2630.  
  2631. 2003-08-18 Marc Delisle  <lem9@users.sourceforge.net>
  2632.     * lang/romanian: Updated, thanks to Valics Lehel.
  2633.     * lang/turkish update, thanks to Bora Alioglu
  2634.  
  2635. 2003-08-18 Michal Cihar  <nijel@users.sourceforge.net>
  2636.     * lang/czech: Updated.
  2637.     * lang/catalan: Updated, thanks to Xavier Navarro (xavin).
  2638.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  2639.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  2640.     * lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
  2641.  
  2642. 2003-08-17 Marc Delisle  <lem9@users.sourceforge.net>
  2643.     * browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
  2644.       libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
  2645.       Patch 789367: Browse foreign values, thanks to Garvin
  2646.     ### 2.5.3-rc2 released
  2647.  
  2648. 2003-08-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  2649.     * translators.html: Garvin is now the official German translator,
  2650.       temporarily.
  2651.  
  2652. 2003-08-16 Marc Delisle  <lem9@users.sourceforge.net>
  2653.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  2654.  
  2655. 2003-08-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  2656.     * Documentation.html: Bad anchor link and other typos.
  2657.  
  2658. 2003-08-15 Marc Delisle  <lem9@users.sourceforge.net>
  2659.     * tbl_properties_structure.php3: bug 786710, IE and dropping fields,
  2660.       and bug 788676: added a table to help Netscape aligning the icons
  2661.       with the text
  2662.  
  2663. 2003-08-15 Garvin Hicking <me@supergarv.de>
  2664.     * tbl_properties_structure.php3: RFE #784900 (show alternate text for
  2665.       multi-submit button)
  2666.     * tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
  2667.       - Enlarge area around the new buttons for better usability
  2668.  
  2669. 2003-08-15 Michal Cihar  <nijel@users.sourceforge.net>
  2670.     * Documentation: Synced export FAQ with export page.
  2671.     * Documentation: Fixed information about transformations.
  2672.  
  2673. 2003-08-14 Michal Cihar  <nijel@users.sourceforge.net>
  2674.     * server_privileges.php3: Fix notice about undefined index (bug #780861).
  2675.  
  2676. 2003-08-13 Marc Delisle  <lem9@users.sourceforge.net>
  2677.     * tbl_change.php3: do not check both radios (confuses Netscape 4.8)
  2678.  
  2679. 2003-08-13 Michal Cihar  <nijel@users.sourceforge.net>
  2680.     * tbl_addfield.php3: Highlight correct tab after changing structure.
  2681.     * libraries/sqlparser.lib.php3: Bug #788097 (add space after
  2682.       alpha_variable).
  2683.  
  2684. 2003-08-12 Michal Cihar  <nijel@users.sourceforge.net>
  2685.     * libraries/export/csv.php3: Don't trim resulting line (bug #782483).
  2686.     * libraries/functions.js: Don't ask for confirmation of query that will
  2687.       not be executed (bug #783667).
  2688.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  2689.     * lang/czech: Updated, thanks to me :).
  2690.  
  2691. 2003-08-11 Michal Cihar  <nijel@users.sourceforge.net>
  2692.     * libraries/export/csv.php3, libraries/export/latex.php3,
  2693.       libraries/export/xml.php3: Added some stripslashes to generate correct
  2694.       exports.
  2695.  
  2696. 2003-08-10 Marc Delisle  <lem9@users.sourceforge.net>
  2697.     * server_status.php3: bug 786331, a 100,00% not internationalized,
  2698.       and align values for "More status variables"
  2699.     * libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
  2700.  
  2701. 2003-08-09 Marc Delisle  <lem9@users.sourceforge.net>
  2702.     * libraries/auth/cookie.auth.lib.php3: Cookies required message
  2703.       should not look like an error
  2704.  
  2705. 2003-08-08 Marc Delisle  <lem9@users.sourceforge.net>
  2706.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2707.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  2708.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  2709.     * lang/english, french: typos about $strDBGMaxTimeMs
  2710.  
  2711. 2003-08-07 Marc Delisle  <lem9@users.sourceforge.net>
  2712.     * lang/serbian update, thanks to Mihailo Stefanovic
  2713.     * lang/romanian: Updated, thanks to Valics Lehel.
  2714.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  2715.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  2716.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  2717.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  2718.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  2719.     * Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
  2720.  
  2721. 2003-08-06 Marc Delisle  <lem9@users.sourceforge.net>
  2722.     * sql.php3: bug 782925: fix "Showing rows..." message when user has
  2723.       put a LIMIT in the query
  2724.     * libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
  2725.       MySQL versions
  2726.  
  2727. 2003-08-06 Michal Cihar  <nijel@users.sourceforge.net>
  2728.     * libraries/common.lib.php3: Parse better enum fields (bug #784154).
  2729.  
  2730. 2003-08-05 Garvin Hicking <me@supergarv.de>
  2731.     * libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
  2732.       (Bug #782966)
  2733.     * tbl_change.php3: RFE #772991: Shorten dropdown field using
  2734.       $cfg['LimitChars']
  2735.     * tbl_change.php3: RFE #762221: Swap relational insert key order
  2736.  
  2737. 2003-08-05 Michal Cihar  <nijel@users.sourceforge.net>
  2738.     * sql.php3: Fixed regular expression.
  2739.     * libraries/export/latex.php3: Use "table (field)" instead of
  2740.       "table -> field" when dumping relations into LaTeX (bug #776957).
  2741.     * libraries/display_export.lib.php3, libraries/export/csv.php3,
  2742.       libraries/config_import.lib.php3, config.inc.php3: Allow column headers
  2743.       for Excel export (bug #771299).
  2744.     * header.inc.php3: Don't allow including this file twice.
  2745.     * db_details.php3, db_details_importdocsql.php3, export.php3,
  2746.       tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
  2747.     * libraries/tbl_change.js: When ENUM field has just one value, it could
  2748.       not be set to NULL (bug #783533).
  2749.     * tbl_move_copy.php3: Use database we're working on to avoid some problems
  2750.       with replicated databases (bug #780439).
  2751.     * read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
  2752.       one (bug #780569).
  2753.  
  2754. 2003-08-05 Marc Delisle  <lem9@users.sourceforge.net>
  2755.     * libraries/sqlparser.data.php3: bug 779453, wrong count
  2756.     * lang/turkish update, thanks to Bora Alioglu
  2757.     * lang/romanian: Updated, thanks to Valics Lehel.
  2758.     * lang/ukrainian: update, thanks to Markijan Baran
  2759.     * sql.php3: bug 782828, do not go into confirm dialog if we are coming
  2760.       from "Create PHP Code" or "Without PHP Code"
  2761.  
  2762. 2003-08-04 Michal Cihar  <nijel@users.sourceforge.net>
  2763.     * lang/czech: Updated.
  2764.  
  2765. 2003-08-01 Marc Delisle  <lem9@users.sourceforge.net>
  2766.     * tbl_select.php3: bug 697979, implemented a suggestion by
  2767.       Joerg Klein (j0erch) to do a SELECT * when all fields were selected
  2768.       on the Select page, to avoid (in most cases) a IE limitation
  2769.  
  2770. 2003-08-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  2771.     * main.php3: Added link to charset page.
  2772.     * libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
  2773.       information.
  2774.     * tbl_properties_structure.php3: Tooltips for collations.
  2775.  
  2776. 2003-07-31 Marc Delisle  <lem9@users.sourceforge.net>
  2777.     * tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
  2778.       or a foreign key) was wrongly urldecoded to a space
  2779.     * sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
  2780.  
  2781. 2003-07-30 Marc Delisle  <lem9@users.sourceforge.net>
  2782.     * tbl_move_copy.php3: wrong Missing message
  2783.  
  2784. 2003-07-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  2785.     * server_privileges.php3: Implemented some version checks to avoid bugs like
  2786.       #777785.
  2787.  
  2788. 2003-07-29 Marc Delisle  <lem9@users.sourceforge.net>
  2789.     * serbian: big update,
  2790.       thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
  2791.       Mihailo Stefanovic <mst@mikis.org>
  2792.     * sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
  2793.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  2794.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2795.     ### 2.5.3-rc1 released
  2796.  
  2797. 2003-07-29 Garvin Hicking <me@supergarv.de>
  2798.     * Documentation.html, config.inc.php3, read_dump.php3,
  2799.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  2800.       libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
  2801.       o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
  2802.         execution of a multi-query statement even though single queries
  2803.         may fail
  2804.       o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
  2805.         of each query of a multi-query statement (taking some maximum
  2806.         line/pieces amounts into account)
  2807.       o changed formatting of syntax_comment to include some space
  2808.     * libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
  2809.       Display MySQL error code and link to the MySQL-Documentation of
  2810.       error codes
  2811.  
  2812. 2003-07-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  2813.     * tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
  2814.       multi-submit buttons.
  2815.  
  2816. 2003-07-28 Garvin Hicking <me@supergarv.de>
  2817.     * sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
  2818.       is set to 'none', positively retain any user formatting for query
  2819.       output. (RFE #769219)
  2820.     * tbl_properties_structure.php3: fixed strNoDrop to strDrop
  2821.  
  2822. 2003-07-28 Marc Delisle  <lem9@users.sourceforge.net>
  2823.     * sql.php3: bug 778899, could not create a bookmark
  2824.     * ldi_table.php3: Users with register_global=off received some
  2825.       Missing messages, due to a missing "require" in ldi_table.php3
  2826.  
  2827. 2003-07-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  2828.     * server_privileges.php3: A user could not edit his own global privileges.
  2829.  
  2830. 2003-07-25 Garvin Hicking <me@supergarv.de>
  2831.     * Documentation.html: Updated my E-Mail, added latest credits-items
  2832.     * images/*, config.inc.php3, db_details_structure.php3,
  2833.       libraries/common.lib.php3, table_details_structure.php3,
  2834.       libraries/display_tbl.lib.php3, Documentation.html,
  2835.       left.php3:
  2836.       Even more new images on more places: DB properties, Table
  2837.       properties, Table Display (LinkOrButton unified as well),
  2838.       Left frame.
  2839.       Multi-column mode also works for MySQL < 3.23.03 (does anybody even
  2840.       care?)
  2841.  
  2842. 2003-07-25 Marc Delisle  <lem9@users.sourceforge.net>
  2843.     * header.inc.php3: XHTML compatibility
  2844.     * libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
  2845.       unable to insert record with FK in another db
  2846.  
  2847. 2003-07-24 Garvin Hicking <me@supergarv.de>
  2848.     * libraries/sqlparser.lib.php3 - Confirmation is also needed on
  2849.       TRUNCATE statements!
  2850.     * libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
  2851.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
  2852.       libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
  2853.       for the database properties page and implemented RFE #752062: multi-
  2854.       column display for many tables.
  2855.       (thanks to Kawika Ohumukini [boogie33]).
  2856.  
  2857. 2003-07-24 Marc Delisle  <lem9@users.sourceforge.net>
  2858.     * libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
  2859.       bug 772765, InnoDB and multi-columns foreign key
  2860.     * tbl_select.php3: LIKE in Select sub-page for non-text fields
  2861.  
  2862. 2003-07-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  2863.     * libraries/mysql_charsets.lib.php3:
  2864.       - better method for retrieving the supported MySQL charsets;
  2865.       - fixed a bug that caused "armascii8" to appear twice in the charsets
  2866.         list (as "armascii8" and "armascii");
  2867.       - added ability to retrieve all collations and related MySQL settings;
  2868.       - added a function to build description strings for given collations
  2869.         (still needs some optimization).
  2870.     * libraries/sqlparser.data.php3: Support for SHOW COLLATION.
  2871.     * server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
  2872.       New status page "Character Sets and Collations" for MySQL 4.1.
  2873.  
  2874. 2003-07-23 Marc Delisle  <lem9@users.sourceforge.net>
  2875.     * libraries/grab_globals.lib.php3: error when $_SERVER does not exist
  2876.     * tbl_printview.php3: wrong validation for path disclosure (bug 776436)
  2877.  
  2878. 2003-07-23 Garvin Hicking <me@supergarv.de>
  2879.     * css/phpmyadmin.css.php3: Removed 'lowercase' transform
  2880.       (Bug #769827)
  2881.     * libraries/display_export.lib.php3, libraries/export/sql.php3
  2882.       Only print Update/Creation/Check time when the checkbox 'Include
  2883.       Comments' is chosen. So it is now also possible to check that
  2884.       box even though the relational features could be deactivated.
  2885.       But all checks to relational comments will only use those if
  2886.       the relation features work.
  2887.  
  2888. 2003-07-22 Marc Delisle  <lem9@users.sourceforge.net>
  2889.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  2890.     ### 2.5.2 released
  2891.  
  2892. 2003-07-20 Marc Delisle  <lem9@users.sourceforge.net>
  2893.     * tbl_properties_operations.php3: Do not display the
  2894.       "Referential integrity check" section for InnoDB tables
  2895.       as this was intended for pmadb relations
  2896.  
  2897. 2003-07-19 Marc Delisle  <lem9@users.sourceforge.net>
  2898.     * (in lots of scripts): checks for paths disclosure
  2899.     * lang/catalan update, thanks to Xavier Navarro (xavin).
  2900.  
  2901. 2003-07-18 Garvin Hicking <me@supergarv.de>
  2902.     * read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
  2903.       way of rewriting bookmark variables.
  2904.     * Documentation.html: Bookmark variable expansion only works with PHP
  2905.       4.3.0 and above
  2906.     * tbl_query_box.php3: For the querywindow - if no items are available
  2907.       for the 'file import' tab, hide the 'Go' button and instead display
  2908.       a warning message. Can happen if you don't have $cfg['UploadDir']
  2909.       set and $is_upload is false.
  2910.  
  2911. 2003-07-17 Marc Delisle  <lem9@users.sourceforge.net>
  2912.     * server_status.php3: the percentages of Query types did not add up
  2913.       to 100, because the number of connections is included in the total
  2914.       number of queries, thanks to jht001 ( Jams H Thompson )
  2915.  
  2916. 2003-07-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  2917.     * tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
  2918.       appeared when inserting values into ENUM or SET fields.
  2919.  
  2920. 2003-07-17 Garvin Hicking <me@supergarv.de>
  2921.     * tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
  2922.       Thanks to andreas_e ;)
  2923.  
  2924. 2003-07-16 Michal Cihar  <nijel@users.sourceforge.net>
  2925.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  2926.  
  2927. 2003-07-16 Marc Delisle  <lem9@users.sourceforge.net>
  2928.     * libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
  2929.  
  2930. 2003-07-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  2931.     * libraries/functions.js: Bug #771794 (CHAR length check although field name
  2932.       is empty).
  2933.  
  2934. 2003-07-15 Marc Delisle  <lem9@users.sourceforge.net>
  2935.     * tbl_properties.inc.php3: bug 771523: wrong type displayed for
  2936.       a LONGTEXT with character set latin7
  2937.     * db_details_structure.php3, tbl_properties_structure.php3: missing
  2938.       $err_url for mult_submits
  2939.     * scripts/create-tables.sql: don't use backquotes in USE
  2940.  
  2941. 2003-07-14 Garvin Hicking <me@supergarv.de>
  2942.     * Documentation.html: Link to phpMyAdmin homepage for a 'link section'
  2943.  
  2944. 2003-07-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  2945.     * libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
  2946.  
  2947. 2003-07-14 Marc Delisle  <lem9@users.sourceforge.net>
  2948.     ### 2.5.2-rc2 released
  2949.  
  2950. 2003-07-12 Marc Delisle  <lem9@users.sourceforge.net>
  2951.     * mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
  2952.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  2953.  
  2954. 2003-07-11 Marc Delisle  <lem9@users.sourceforge.net>
  2955.     * lang/turkish update, thanks to Bora Alioglu
  2956.     * lang/slovak update, thanks to Lubos Klokner
  2957.  
  2958. 2003-07-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  2959.     * db_create.php3:
  2960.       - Display CREATE DATABASE query;
  2961.       - Call user-defined default tab instead of hardcoded db_details.php3.
  2962.     * index.php3: Don't display scrollbars in queryframe (Opera fix).
  2963.     * libraries/display_export.lib.php3: Disabled XML export for multiple
  2964.       databases because an XML file must not contain more than one database.
  2965.  
  2966. 2003-07-10 Garvin Hicking <me@supergarv.de>
  2967.     * libraries/display_tbl.lib.php3: Let the default function take
  2968.       the honor to replace special strings, so that a non-default function
  2969.       does not necessary have them introduced. Very convenient for the
  2970.       text/plain->formatted display, which would otherwise get every
  2971.       CR/LF converted to a <br> and introduce nasty skew.
  2972.  
  2973. 2003-07-10 Marc Delisle  <lem9@users.sourceforge.net>
  2974.     * pdf_schema.php3: do not display a foreign table if it's not selected
  2975.       by user to be on the schema
  2976.  
  2977. 2003-07-10 Michal Cihar  <nijel@users.sourceforge.net>
  2978.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  2979.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  2980.     * footer.inc.php3: Fix JS error when in query window is not active SQL
  2981.       tab.
  2982.  
  2983. 2003-07-09 Michal Cihar  <nijel@users.sourceforge.net>
  2984.     * libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
  2985.       in password/username (bug #747020).
  2986.     * server_privileges.php3: Fixed escaping when backslash in
  2987.       password/username.
  2988.     * libraries/export/sql.php3: Separate extended inserts by , and not by ;
  2989.       (bug #768351).
  2990.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  2991.     * lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
  2992.     * lang/galician: Updated, thanks to Xos├⌐ Calvo.
  2993.  
  2994. 2003-07-09 Garvin Hicking <me@supergarv.de>
  2995.     * tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
  2996.       whole frameset)
  2997.     * Documentation.html, config.inc.php3, libraries/common.lib.php3,
  2998.       libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
  2999.       for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
  3000.       for all browsers except IE6.x. Created a meta-header to identify which
  3001.       setting is used, to make our debugging of bugreports easier.
  3002.  
  3003. 2003-07-08 Garvin Hicking <me@supergarv.de>
  3004.     * tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
  3005.       This enables phpMyAdmin to be used within a frameset without trying
  3006.       to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
  3007.       1.4 and IE5.5.
  3008.  
  3009. 2003-07-08 Marc Delisle  <lem9@users.sourceforge.net>
  3010.     * libraries/sqlparser.lib.php3, sql.php3: bug 762213,
  3011.       incorrect row count for MySQL 4.1 subqueries;
  3012.       bug 649665, incorrect row count for UNIONs
  3013.  
  3014. 2003-07-08 Michal Cihar  <nijel@users.sourceforge.net>
  3015.     * config.inc.php3, tbl_properties_operations.php3,
  3016.       libraries/config_import.lib.php3, libraries/display_export.lib.php3,
  3017.       libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
  3018.       AUTO_INCREMENT value (RFE #763957).
  3019.     * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
  3020.     * pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
  3021.     * lang/chinese_gb: Updated, thanks to Wang (fundawang).
  3022.     * lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
  3023.     * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
  3024.     * lang/romanian: Updated, thanks to Valics Lehel.
  3025.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3026.     * lang/slovak: Updated, thanks to Lubos Klokner (erkac).
  3027.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3028.  
  3029. 2003-07-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  3030.     * libraries/common.lib.php3: Send headers before exiting because of missing
  3031.       MySQL extension.
  3032.     * lang/german-*.inc.php3: Updates.
  3033.  
  3034. 2003-07-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  3035.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  3036.       compatibility.
  3037.     * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
  3038.  
  3039. 2003-07-07 Garvin Hicking <me@supergarv.de>
  3040.     * tbl_change.php3: Fix undefined index for disp_query
  3041.       (when inserting a new row with a file uploaded to a column)
  3042.     * libraries/transformations/image_jpeg__inline.inc.php3,
  3043.       libraries/transformations/image_png__inline.inc.php3: Proper escaping
  3044.       of &
  3045.     * libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
  3046.       smaller default font size (like OPERA). Bug #752646.
  3047.  
  3048. 2003-07-07 Marc Delisle  <lem9@users.sourceforge.net>
  3049.     * libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
  3050.       Documentation.html: only one blowfish secret is necessary for
  3051.       all servers, thanks to Alexander M. Turek
  3052.     ### 2.5.2-rc1 released
  3053.  
  3054. 2003-07-06 Michal Cihar  <nijel@users.sourceforge.net>
  3055.     * lang/czech: Updated.
  3056.     * css/phpmyadmin.css.php3: url() should not contain quotes.
  3057.  
  3058. 2003-07-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  3059.     * lang/german-*.inc.php3: Updates.
  3060.     * libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
  3061.  
  3062. 2003-07-05 Marc Delisle  <lem9@users.sourceforge.net>
  3063.     * libraries/auth/config.auth.lib.php3, lang/*.php3:
  3064.       $strAccessDeniedExplanation
  3065.     * lang/swedish update, thanks to Bj├╢rn T. Hallberg (bth).
  3066.     * lang/polish update, thanks to Jakub Wilk (ubanus).
  3067.  
  3068. 2003-07-05 Michal Cihar  <nijel@users.sourceforge.net>
  3069.     * lang/czech: Updated.
  3070.  
  3071. 2003-07-04 Marc Delisle  <lem9@users.sourceforge.net>
  3072.     * libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
  3073.     * user_password.php3, libraries/auth/cookie.auth.lib.php3:
  3074.       sometimes, binary contents in cookies is not retrieved properly,
  3075.       so protect it with base64_encode()
  3076.     * lang/ukrainian: update, thanks to Markijan Baran
  3077.  
  3078. 2003-07-03 Marc Delisle  <lem9@users.sourceforge.net>
  3079.     * lang/romanian update, thanks to Valics Lehel
  3080.     * lang/turkish update, thanks to Bora Alioglu
  3081.     * lang/italian update, thanks to Pietro Danesi
  3082.  
  3083. 2003-07-01 Marc Delisle  <lem9@users.sourceforge.net>
  3084.     * Documentation.html: faq 8.1 about security alert of 2003-06-18
  3085.     * tbl_properties_links.php3: fix missing SQL section for exports
  3086.     * libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
  3087.       libraries/common.lib.php3, libraries/config_import.lib.php3,
  3088.       config.inc.php3, user_password.php3, Documentation.html, lang/*:
  3089.       now used the blowfish algorithm to encrypt the password in the
  3090.       temporary cookie
  3091.  
  3092. 2003-06-30 Marc Delisle  <lem9@users.sourceforge.net>
  3093.     * lang/french: update
  3094.  
  3095. 2003-06-30 Michal Cihar  <nijel@users.sourceforge.net>
  3096.     * tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
  3097.       CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
  3098.     * tbl_query_box.php3: Moved load text files link outside form.
  3099.  
  3100. 2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
  3101.     * left.php3: Removed debugging code
  3102.  
  3103. 2003-06-27 Michal Cihar  <nijel@users.sourceforge.net>
  3104.     * libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
  3105.       checks to avoid trying to use relations when no table (bug #761835).
  3106.  
  3107. 2003-06-27 Marc Delisle  <lem9@users.sourceforge.net>
  3108.     * sql.php3: bug 760648: incorrect result count on MySQL 3
  3109.  
  3110. 2003-06-26 Marc Delisle  <lem9@users.sourceforge.net>
  3111.     * lang/ukrainian: update, thanks to Markijan Baran
  3112.     * libraries/sqlparser.lib.php3 typo
  3113.  
  3114. 2003-06-26 Michal Cihar  <nijel@users.sourceforge.net>
  3115.     * sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
  3116.       back to tbl_properties_structure.php3 when not dropping table.
  3117.  
  3118. 2003-06-25 Marc Delisle  <lem9@users.sourceforge.net>
  3119.     * scripts/create-release.sh: typo, bzip should be bzip2
  3120.     * libraries/sqlparser.lib.php3, tbl_properties_export.php3:
  3121.       bug 760648 export SELECT DISTINCT results
  3122.  
  3123. 2003-06-25 Michal Cihar  <nijel@users.sourceforge.net>
  3124.     * libraries/sqlparser.lib.php3: Fixed XSS problem.
  3125.     * tbl_properties.inc.php3, libraries/functions.js: Alert user when not
  3126.       specied length for CHAR/VARCHAR fields.
  3127.     * libraries/export/{csv,latex,xml}.php3: Use correct field names when
  3128.       exporting custom SQL (also saves one SQL query for export) (fixes bug
  3129.       #755386).
  3130.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3131.     * lang/norwegian:  Updated, thanks to Sven-Erik Andersen (sven-erik).
  3132.     * lang/bulgarian:  Updated, thanks to Stanislav Yordanov (stanprog).
  3133.     * lang/czech:  Updated.
  3134.     * lang/*: Removed duplicate strReset.
  3135.     * lang/check_lang.sh: Ignore japanese specific messages.
  3136.     * sql.php3, libraries/display_export.lib.php3: Support for exporting any
  3137.       query into CSV/LaTeX/XML (RFE #684804).
  3138.  
  3139. 2003-06-24 Marc Delisle  <lem9@users.sourceforge.net>
  3140.     * sql.php3, bug 759568, row count, DISTINCT and MySQL 4
  3141.  
  3142. 2003-06-23 Marc Delisle  <lem9@users.sourceforge.net>
  3143.     * pdf_pages.php3: automatic layout start at 300,300 for better look
  3144.       on the dom-drag scratchboard
  3145.  
  3146. 2003-06-23 Garvin Hicking <me@supergarv.de>
  3147.     * Documentation.html, config.inc.php3, pdf_pages.php3,
  3148.       css/phpmyadmin.css.php3, libraries/common.lib.php3,
  3149.       libraries/config_import.lib.php3, libraries/dom-drag.js,
  3150.       libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
  3151.       for PDF-relation setup. Based on DOM-drag.js, a library provided
  3152.       by Aaron Boodman (youngpup.net).
  3153.     * lang/german*: Updates
  3154.     * lang/*, pdf_pages.php3: Strings for DHTML scratchboard
  3155.  
  3156. 2003-06-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  3157.     * lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
  3158.       lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
  3159.       lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
  3160.       lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
  3161.       files for incomplete arrays ($byteUnits, $day_of_week and $month).
  3162.     * libraries/common.lib.php3: Security fix against bad JS code.
  3163.     * translators.html: Removed Lo├»c from list; he is inactive at the moment.
  3164.     * Documentation.html: Changed my email address.
  3165.  
  3166. 2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
  3167.     * scripts/updatedocs.sh:
  3168.       - Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
  3169.     * scripts/create-release.sh:
  3170.       - Moved to using updatedocs.sh for updating documentation.
  3171.       - Make tarring faster by re-arranging ops.
  3172.  
  3173. 2003-06-21 Marc Delisle  <lem9@users.sourceforge.net>
  3174.     * sql.php3: typo in call to cleanup columns
  3175.  
  3176. 2003-06-20 Marc Delisle  <lem9@users.sourceforge.net>
  3177.     * pdf_schema.php3: use PMA_getForeigners()
  3178.     * db_details_qbe.php3: undefined variable
  3179.  
  3180. 2003-06-20 Garvin Hicking <me@supergarv.de>
  3181.     * db_details_importdocsql.php3: Will now NEVER reveal any filename
  3182.       the docSQL import isn't able to read. Can now only read contents
  3183.       of the 'docSQL' subdirectory and never be able to go higher than
  3184.       that level.
  3185.  
  3186. 2003-06-19 Marc Delisle  <lem9@users.sourceforge.net>
  3187.     * libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
  3188.     * libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
  3189.     * libraries/display_tbl.lib.php3: use PMA_getForeigners()
  3190.     * libraries/relation.lib.php3: now PMA_getForeigners() gets also
  3191.       foreign keys defined in innnodb
  3192.     * tbl_select.php3: use PMA_getForeigners() also for innodb
  3193.  
  3194. 2003-06-17 Michal Cihar  <nijel@users.sourceforge.net>
  3195.     * config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
  3196.  
  3197. 2003-06-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  3198.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  3199.  
  3200. 2003-06-16 Michal Cihar  <nijel@users.sourceforge.net>
  3201.     * index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
  3202.  
  3203. 2003-06-14 Michal Cihar  <nijel@users.sourceforge.net>
  3204.     * export.php3: Fixed saving compressed dumps on server.
  3205.     * libraries/display_export.lib.php3: Fixed description for line
  3206.       terminating character.
  3207.  
  3208. 2003-06-13 Marc Delisle  <lem9@users.sourceforge.net>
  3209.     * libraries/sqlparser.data.php3: bug 753813, "session" is not
  3210.       a reserved word
  3211.  
  3212. 2003-06-13 Michal Cihar  <nijel@users.sourceforge.net>
  3213.     * libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
  3214.       libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
  3215.       function, that checks true dl availability (fixes #747717). All checks
  3216.       are based on php 4.3.1 source, so if this gets changed, we will need to
  3217.       change checks also.
  3218.  
  3219. 2003-06-12 Marc Delisle  <lem9@users.sourceforge.net>
  3220.     * libraries/relation.lib.php3: bug 751787: should not disable all
  3221.       the features, when the relation feature is broken
  3222.  
  3223. 2003-06-11 Marc Delisle  <lem9@users.sourceforge.net>
  3224.     * libraries/auth/cookie.auth.lib.php3: undefined scheme
  3225.     * main.php3: undefined scheme
  3226.  
  3227. 2003-06-10 Marc Delisle  <lem9@users.sourceforge.net>
  3228.     * db_details_qbe.php3: bug 751787, missing FROM part in query generator
  3229.     * libraries/export/sql.php3: typo largeblob -> longblob
  3230.  
  3231. 2003-06-10 Michal Cihar  <nijel@users.sourceforge.net>
  3232.     * scripts/create-release.sh: Set correct permissions before releasing.
  3233.     * Documentation, config.inc.php3, db_details_export.php3, export.php3,
  3234.       main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
  3235.       tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
  3236.       libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
  3237.       libraries/display_export.lib.php3, libraries/export/*: Reworked export,
  3238.       changes:
  3239.         - support for exporting selected databases
  3240.         - if not needed buffering, output is send directly
  3241.         - unifies all export, so there is now more common code
  3242.         - sql export can contain relations and mime types in comments
  3243.         - configurable defaults for export.
  3244.  
  3245. 2003-06-09 Michal Cihar  <nijel@users.sourceforge.net>
  3246.     * libraries/display_tbl.lib.php3: Display Full/Partial text links for
  3247.       almost every select.
  3248.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3249.     * lang/czech: Updated.
  3250.  
  3251. 2003-06-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  3252.     * server_privileges.php3: MySQL 4.1 users could not edit column privileges.
  3253.     * tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
  3254.       SET and ENUM fields may have a character set, too.
  3255.  
  3256. 2003-06-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  3257.     * libraries/common.lib.php3: Incremented required config.inc.php3 revision
  3258.       number.
  3259.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  3260.       tbl_properties.inc.php3, tbl_properties_operations.php3,
  3261.       tbl_properties_structure.php3, tbl_properties_table_info.php3,
  3262.       libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
  3263.       - phpMyAdmin is now able to assign / alter table and field charsets;
  3264.       - The table structure page sometimes displayed "Array" in the charset
  3265.         column;
  3266.       - When altering the field type, the input box for the field length
  3267.         sometimes had a strange default value.
  3268.  
  3269. 2003-06-06 Marc Delisle  <lem9@users.sourceforge.net>
  3270.     * Documentation.html, config.inc.php3: new LimitChars behavior
  3271.  
  3272. 2003-06-06 Michal Cihar  <nijel@users.sourceforge.net>
  3273.     * mult_submits.inc.php3: Missing ;.
  3274.     * libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
  3275.       Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
  3276.     * tbl_query_box.php3: Don't add target if not in query window.
  3277.     * libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
  3278.       (RFE #742123).
  3279.     * pdf_pages.php3: Fixed undefined index warnings, don't attemt to
  3280.       edit/display deleted page just after deleting.
  3281.     * libraries/config_import.lib.php3, lang/*, config.inc.php3,
  3282.       db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
  3283.       select paper size for pdf (RFE #631551).
  3284.     * read_dump.php3: Fixed undefined variable warning (bug #750070).
  3285.     * libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
  3286.       (bug #678289).
  3287.  
  3288. 2003-06-05 Marc Delisle  <lem9@users.sourceforge.net>
  3289.     * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
  3290.     * libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
  3291.     * tbl_properties_links.php3, tbl_properties_operations.php3: merge
  3292.       the Options tab into Operations
  3293.  
  3294. 2003-06-05 Michal Cihar  <nijel@users.sourceforge.net>
  3295.     * libraries/display_export.lib.php3, libraries/functions.js: Some
  3296.       javascript cleanup.
  3297.     * db_details_links.php3: Display Query tab even with no tables.
  3298.     * libraries/charset_conversion.lib.php3: Default iconv parameters to empty
  3299.       string.
  3300.     * config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
  3301.       dropdown for server list in left frame (RFE #555978).
  3302.     * tbl_query_box.php3: Possibility to upload SQL file with no database
  3303.       selected (RFE #641760).
  3304.     * lang/czech: Typo.
  3305.  
  3306. 2003-06-04 Marc Delisle  <lem9@users.sourceforge.net>
  3307.     * libraries/sqlparser.lib.php3: bug 592692, pretty printer
  3308.       and GRANT or REVOKE
  3309.     * libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
  3310.  
  3311. 2003-06-04 Michal Cihar  <nijel@users.sourceforge.net>
  3312.     * mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
  3313.  
  3314. 2003-06-03 Marc Delisle  <lem9@users.sourceforge.net>
  3315.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  3316.     * lang/slovak update, thanks to Lubos Klokner
  3317.  
  3318. 2003-06-03 Michal Cihar  <nijel@users.sourceforge.net>
  3319.     * libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
  3320.       setting.
  3321.  
  3322. 2003-06-03 Garvin Hicking <me@supergarv.de>
  3323.     * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
  3324.       (Experimental)
  3325.       New feature - The automatic update of the query window seems to
  3326.       cause some headache for users. They type in their query, want to
  3327.       look in a different table for some fields, want to switch back to
  3328.       their browser window and the changes are lost because the last table
  3329.       is always filled in. Now we have a checkbox to preserve the edited
  3330.       content from any update outside of the window. It is automatically
  3331.       checked by editing the contents of the query textarea and can be
  3332.       unchecked to restore previous behaviour. Thanks to Alexander Meis
  3333.       for this suggestion. Optionally we could build in a config variable
  3334.       to override this 'onChange' effect, but I guess it's not necessary.
  3335.     * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
  3336.       of ereg_replace, because it interprets \0, \1 and so on not as strings
  3337.       but as regex-subpatterns and fails to convert those strings correctly.
  3338.       We'll have to see if that can be the case on other usages of
  3339.       preg_replace as well.
  3340.  
  3341. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  3342.     * server_status.php3: RFE #723325 (Move total query statistics).
  3343.  
  3344. 2003-06-02 Michal Cihar  <nijel@users.sourceforge.net>
  3345.     * libraries/display_tbl.lib.php3, lang/*: Better text on button for
  3346.       executing bookmark (bug #745993).
  3347.     * scripts/create-release.sh: Better checking for input, exit when cvs
  3348.       doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
  3349.       everything to 775.
  3350.     * libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
  3351.       tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
  3352.       (RFE #747343).
  3353.     * Documentation.*: Add simple LaTeX document, to show how to use LaTeX
  3354.       export.
  3355.     * main.php3: Add server to phpinfo link to avoid relogin with more
  3356.       servers.
  3357.     * main.php3, tbl_properties.inc.php3: Replace target="_new" with
  3358.       target="_blank" as it should be.
  3359.  
  3360. 2003-06-02 Marc Delisle  <lem9@users.sourceforge.net>
  3361.     ### 2.5.1 released
  3362.     * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
  3363.       PROCEDURE ANALYSE()
  3364.  
  3365. 2003-06-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  3366.     * Happy Birthday to me :-)
  3367.     * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
  3368.  
  3369. 2003-06-01 Michal Cihar  <nijel@users.sourceforge.net>
  3370.     * config.inc.php3, libraries/config_import.lib.php3: Default iconv
  3371.       parameters to empty string, as older iconv version don't support it
  3372.       (bug #747164).
  3373.  
  3374. 2003-06-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  3375.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  3376.  
  3377. 2003-06-01 Marc Delisle  <lem9@users.sourceforge.net>
  3378.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  3379.  
  3380. 2003-05-30 Marc Delisle  <lem9@users.sourceforge.net>
  3381.     * lang/romanian updates, thanks to Valics Lehel
  3382.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3383.     * lang/polish: update, thanks to Jakub Wilk
  3384.  
  3385. 2003-05-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  3386.     * lang/bulgarian-*.inc.php3: Updates, thanks to
  3387.       Stanislav Yordanov (stanprog).
  3388.     * tbl_properties_structure.inc.php3:
  3389.       - Fixed display for tables with few indexes;
  3390.       - BLOBs are always binary;
  3391.       - RFE #623665 (MySQL 4.1 support):
  3392.         - Fixed display of field charsets;
  3393.         - The table charset is now displayed.
  3394.     * libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
  3395.     * tbl_change.php3: binary fields with CHARACTER SET definition were treated
  3396.       as SET fields (again RFE #623665).
  3397.     * Documentation.html:
  3398.       - Declared MySQL 4.1 support as experimental;
  3399.       - Added some notes about MySQL 4.1 / 5.0;
  3400.       - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
  3401.         least on my test machines for a couple of months.
  3402.     * scripts/create-tables.sql: Added some notes about lower_case_table_names.
  3403.     * libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
  3404.       even if it was used in "CHARACTER SET".
  3405.     * libraries/common.lib.php3:
  3406.       - Removed check for default tab values: They are already checked in
  3407.         config_import.lib.php3;
  3408.       - Corrected config file revison;
  3409.       - XHTML fixes.
  3410.     * server_databases.php3: Small interface fixes.
  3411.     * translators.html: Removed a dublicate message.
  3412.  
  3413. 2003-05-29 Michal Cihar  <nijel@users.sourceforge.net>
  3414.     * lang/czech: Updated.
  3415.  
  3416. 2003-05-29 Marc Delisle  <lem9@users.sourceforge.net>
  3417.     * ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
  3418.       the best method (LOCAL or not) in the LOAD dialog, and allow user
  3419.       to override it
  3420.  
  3421. 2003-05-29 Garvin Hicking <me@supergarv.de>
  3422.     * index.php3: Add frameborder to allow resizing. Introduces a 1px
  3423.       bar, but cannot be solved. Note that this is only neccessary
  3424.       for Mozilla, IE5/6 allow resizing with a "0" frameborder
  3425.     * footer.inc.php3: Only update queryframes DB/Table info when
  3426.       no error happened in a query.
  3427.     * ldi_table.php3: Use <label> tags for the new radio buttons as with
  3428.       our other GUI elements.
  3429.  
  3430. 2003-05-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  3431.     * translators.html: Typo.
  3432.  
  3433. 2003-05-28 Marc Delisle  <lem9@users.sourceforge.net>
  3434.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  3435.     * lang/chinese_gb: Update thanks to Wang (fundawang).
  3436.     * translators.html: more typos
  3437.  
  3438. 2003-05-28 Garvin Hicking <me@supergarv.de>
  3439.     * libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
  3440.       the PEAR library and PHP changed the way how referenced variables
  3441.       get accessed, we have to pre-initialize the array and submit that
  3442.       to the PEAR call() funktion.
  3443.     * index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
  3444.       Petit!
  3445.     * tbl_relation.php3: Will now not show a selected display field, if
  3446.       none has been set yet for a table to not let users think, the key
  3447.       is set.
  3448.  
  3449. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  3450.     * lang/czech: sorted.
  3451.  
  3452. 2003-05-26 Marc Delisle  <lem9@users.sourceforge.net>
  3453.     * lang/chinese_big5: Updated, thanks to Siu Sun
  3454.     ### 2.5.1-rc1 released
  3455.  
  3456. 2003-05-26 Michal Cihar  <nijel@users.sourceforge.net>
  3457.     * documentation, config.inc.php3, tbl_change.php3,
  3458.       tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
  3459.       to disable ctrl+arrows moving.
  3460.  
  3461. 2003-05-25 Garvin Hicking <me@supergarv.de>
  3462.     * left.php3: Fix #742632 finally: Refresh to main.php3
  3463.       if an empty DB has been selected.
  3464.  
  3465. 2003-05-25 Marc Delisle  <lem9@users.sourceforge.net>
  3466.     * left.php3: new fix for #742632
  3467.     * lang/polish: update, thanks to Jakub Wilk
  3468.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3469.  
  3470. 2003-05-24 Marc Delisle  <lem9@users.sourceforge.net>
  3471.     * Documentation.html: talk about left frame levels
  3472.     * lang/galician: update, thanks to Xos├⌐ Calvo
  3473.     * lang/turkish: update, thanks to Bora Alioglu
  3474.  
  3475. 2003-05-24 Garvin Hicking <me@supergarv.de>
  3476.     * left.php3: Fix bug #742632, thanks to Kai Butchkau!
  3477.     * read_dump.php3: Bug #741256
  3478.     * footer.inc.php, tbl_query_box.php3: Only focus the mainframe
  3479.       when a query was submitted from the query window
  3480.  
  3481. 2003-05-23 Marc Delisle  <lem9@users.sourceforge.net>
  3482.     * libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
  3483.       the analyzer, bug analyzed thanks to Michal!
  3484.  
  3485. 2003-05-23 Michal Cihar  <nijel@users.sourceforge.net>
  3486.     * read_dump.php3, tbl_alter.php3: Tabs highlighting...
  3487.  
  3488. 2003-05-22 Marc Delisle  <lem9@users.sourceforge.net>
  3489.     * lang/romanian updates, thanks to Valics Lehel
  3490.  
  3491. 2003-05-22 Michal Cihar  <nijel@users.sourceforge.net>
  3492.     * tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
  3493.       when editing indexes.
  3494.     * tbl_replace_fields.php3, libraries/build_dump.lib.php3,
  3495.       libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
  3496.       #741599).
  3497.     * Documentation, config.inc.php3, libraries/config_import.lib.php3,
  3498.       libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
  3499.       #741192).
  3500.     * lang/sync_lang.sh: Removed dropped farsi translation.
  3501.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3502.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3503.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  3504.  
  3505. 2003-05-22 Garvin Hicking <me@supergarv.de>
  3506.     * sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
  3507.       a query in (with/without) PHP code views, and display a new
  3508.       "Execute query" link in this mode.
  3509.     * lang/german*: Update.
  3510.  
  3511. 2003-05-20 Garvin Hicking <me@supergarv.de>
  3512.     * index.php3: New rewrite of how the frameset is created
  3513.       (Patch item #738226 plus some <noframes> corrections).
  3514.       This fixes compatibility problems, even though it's not
  3515.       valid XHTML 1.0, because the <script>/<noscript> tags are
  3516.       not allowed in there.
  3517.  
  3518. 2003-05-20 Marc Delisle  <lem9@users.sourceforge.net>
  3519.     * lang/korean update, thanks to WooSuhan
  3520.     * lang/estonian update, thanks to finsoft@sourceforge.net.
  3521.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  3522.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
  3523.     * lang/slovak update, thanks to Lubos Klokner
  3524.  
  3525. 2003-05-20 Michal Cihar  <nijel@users.sourceforge.net>
  3526.     * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
  3527.       false.
  3528.     * tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
  3529.  
  3530. 2003-05-18 Marc Delisle  <lem9@users.sourceforge.net>
  3531.     * left.php3, index.php3: bug 739348: because the db name is no longer
  3532.       encoded in left.php3 (to accomodate html entities), we have to stop
  3533.       decoding it, otherwise a db name with a plus sign is not selectable
  3534.     * sql.php3: bug 738508: do a quick count on the rows to avoid
  3535.       a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
  3536.  
  3537. 2003-05-15 Michal Cihar  <nijel@users.sourceforge.net>
  3538.     * Documentation, config.inc.php3, tbl_change.php3,
  3539.       libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
  3540.       configurable (RFE #737174).
  3541.  
  3542. 2003-05-14 Michal Cihar  <nijel@users.sourceforge.net>
  3543.     * libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
  3544.       CSV for multiple tables, it just puts all content into one file, but
  3545.       some people seem to want this (based on patch #735136).
  3546.     * tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
  3547.       slashes in filename with underscore to avoid possible problems.
  3548.     * db_details_export.php3: Remember selected tables after exporting to a
  3549.       file.
  3550.     * libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
  3551.       highliting tabs when including files (set $active_page for highliting).
  3552.     * sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
  3553.       #737660).
  3554.  
  3555. 2003-05-14 Marc Delisle  <lem9@users.sourceforge.net>
  3556.     * libraries/defines_php.lib.php3: bug 736111: better GD2 detection
  3557.  
  3558. 2003-05-14 Garvin Hicking <me@supergarv.de>
  3559.     * lang/german*: Translations.
  3560.     * pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
  3561.       better fix for #624712), by Maxime Delorme. Thanks!
  3562.     * tbl_change.php3: RFE #737174 implemented (comments welcome)
  3563.     * tbl_change.php3: RFE #723124 implemented (reset button)
  3564.     * read_dump.php3, tbl_query_box.php3: RFE #641760
  3565.     * Documentation.html: Added FAQ 5.14 (Buggy Opera6)
  3566.  
  3567. 2003-05-13 Marc Delisle  <lem9@users.sourceforge.net>
  3568.     * libraries/sqlparser.data.php3: bug 736793, new reserved
  3569.       word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
  3570.       follows the syntax of an operator: SELECT 5 DIV 2) so I have put
  3571.       it in the reserved words for now.
  3572.  
  3573. 2003-05-13 Garvin Hicking <me@supergarv.de>
  3574.     * footer.inc.php3, querywindow.php3: Fix bug #736197
  3575.       (clicking on edit link from a sql-query now switches
  3576.        to sql tab of the query window)
  3577.     * left.php3: Improved performance by using str_replace instead
  3578.       of ereg_replace.
  3579.     * lang/german*: Translations.
  3580.     * libraries/common.lib.php3: Fix bug #736609 (Escaping of
  3581.       'Show as PHP')
  3582.  
  3583. 2003-05-13 Michal Cihar  <nijel@users.sourceforge.net>
  3584.     * left.php3: Fixed displaying of tables with quote in name.
  3585.     * main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
  3586.     * tbl_move_copy.php3, lang/*: Check for same table and db name when moving
  3587.       (RFE #734985).
  3588.     * libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
  3589.     * ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
  3590.     * read_dump.php3: Correctly checks whether table exists.
  3591.     * libraries/common.lib.php3: Highlight tab also when current page is
  3592.       read_dump.php3 and $goto is link of current tab.
  3593.     * tbl_replace.php3: Display message after updating row.
  3594.     * libraries/common.lib.php3: Fix tab attributes when some specified as
  3595.       parameters.
  3596.     * libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
  3597.       #737023).
  3598.     * .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
  3599.       lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
  3600.       Documentation.html: Support for saving to file on server (part of RFE
  3601.       #730197).
  3602.  
  3603. 2003-05-12 Garvin Hicking <me@supergarv.de>
  3604.     * queryframe.php3: Remove left/bottom margin to better fit the link title
  3605.       in the small frame.
  3606.     * footer.inc.php3: Only update db/table variables if the query was correct.
  3607.       Fixes #735970.
  3608.     * left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
  3609.       common.lib.php3: Patch #725839 (Nested display of tables)
  3610.     * ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
  3611.  
  3612. 2003-05-12 Michal Cihar  <nijel@users.sourceforge.net>
  3613.     * index.php3: Better fix for #736003.
  3614.     * libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
  3615.     * mult_submits.inc.php3, server_databases.php: Add confirmation when
  3616.       dropping databases (bug #736238).
  3617.  
  3618. 2003-05-11 Michal Cihar  <nijel@users.sourceforge.net>
  3619.     * Documentation.html, config.inc.php3,
  3620.       libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
  3621.       Merged patch #729514 - support for iconv parameters.
  3622.     * read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
  3623.       multi statement query result. Closes RFE #728833.
  3624.     * tbl_dump.php3, libraries/build_dump.lib.php3,
  3625.       libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
  3626.       export improvements. Now can export table structure and some other
  3627.       options. Closes RFE #718942.
  3628.     * tbl_change.php3: Remember state of insert as another row - fixes
  3629.       #736064, show used query.
  3630.     * index.php3: Fixed typo in hash, fixed bad hash propagated with
  3631.       JavaScript. Fixes #736003.
  3632.  
  3633. 2003-05-11 Marc Delisle  <lem9@users.sourceforge.net>
  3634.      ### 2.5.0 released
  3635.  
  3636. 2003-05-10 Marc Delisle  <lem9@users.sourceforge.net>
  3637.      * libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
  3638.        show just the pages near the current page
  3639.  
  3640. 2003-05-10 Michal Cihar  <nijel@users.sourceforge.net>
  3641.      * libraries/common.lib.php3: Whole tab is now link.
  3642.      * libraries/display_export.lib.php3: Disable CSV export for multiple
  3643.        tables - fixes #734104.
  3644.      * lang/latvian: Update thanks to Sandis Jerics (saaa2002).
  3645.      * lang/chinese: Update thanks to Wang (fundawang).
  3646.      * lang/sync_lang.sh: Fix for POSIX sh.
  3647.      * db_details_structure.php3: Don't display 0 for InnoDB tables as records
  3648.        count - fixes #735441.
  3649.      * libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
  3650.        fields (was treated like BLOB).
  3651.      * libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
  3652.        be undefined.
  3653.  
  3654. 2003-05-09 Marc Delisle  <lem9@users.sourceforge.net>
  3655.      * libraries/display_tbl.lib.php3: bug 731367: hexifying all
  3656.        TEXT fields (a if on the type returns "blob") caused
  3657.        problems
  3658.  
  3659. 2003-05-05 Marc Delisle  <lem9@users.sourceforge.net>
  3660.      * libraries/build_dump.lib.php3: bug 731866: text fields were
  3661.        exported hexified, because mysql_field_type() was used and
  3662.        it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
  3663.  
  3664. 2003-05-02 Marc Delisle  <lem9@users.sourceforge.net>
  3665.     * libraries/get_foreign.lib.php3: bug 731480: was not counting
  3666.       the rows of the foreign, thanks to Stefan Elssner
  3667.  
  3668. 2003-05-02 Garvin Hicking <me@supergarv.de>
  3669.     * css/phpmyadmin.css.php3: Small typo, seems to be
  3670.       solution of support request #728820
  3671.     * Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
  3672.       thanks to Ryan)
  3673.     * Added scripts/inno2pma (from Ernie Hershey). Please see
  3674.       Patch Tracker #709383 for further information.
  3675.     * libraries/display_tbl.lib.php3: Bug #728813 (title for
  3676.       relations when foreign_db != master_db)
  3677.     * index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
  3678.       main.php3, queryframe.php3, libraries/common.lib.php3: Should be
  3679.       the fix for Bug #730718.
  3680.       Moved the hashform from the "nav"-frame to the "queryframe"-frame,
  3681.       altered the way the form is submitted in LeftFrameLight mode to
  3682.       keep the queryframe. Only if JavaScript is usable, otherwise it's
  3683.       not necessary to keep the 'opener' pointer.
  3684.     * libraries/display_tbl.lib.php3: PHP3 compatibility.
  3685.     * libraries/common.lib.php3, db_details_common.php3, index.php3,
  3686.       main.php3: Still have to propagate $hash to the left frame...
  3687.  
  3688. 2003-04-30 Marc Delisle  <lem9@users.sourceforge.net>
  3689.     * pdf_schema.php3, bug 729517, better comment output,
  3690.       thanks to Maxime Delorme
  3691.  
  3692. 2003-04-30 Michal Cihar  <nijel@users.sourceforge.net>
  3693.     * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
  3694.  
  3695. 2003-04-29 Michal Cihar  <nijel@users.sourceforge.net>
  3696.     * server_privileges.php3: No need to escape wild characters here.
  3697.  
  3698. 2003-04-29 Garvin Hicking <me@supergarv.de>
  3699.     * tbl_move_copy.php3: Bug #729416
  3700.     * tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
  3701.     * index.php3: Typo
  3702.     * db_details_structure.php3: Prevent uninitialized variable
  3703.  
  3704. 2003-04-28 Garvin Hicking <me@supergarv.de>
  3705.     * index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
  3706.       Even more issues when QueryFrameJS is set to true, but JS is not
  3707.       activated. Haven't ever thought this would be necessary. ;)
  3708.       I tested everything with QueryFrame/QueryFrameJS set to true/false
  3709.       with and without JavaScript enabled, and got everything working.
  3710.       Please verify for yourselves! :)
  3711.  
  3712. 2003-04-28 Marc Delisle  <lem9@users.sourceforge.net>
  3713.     * lang/polish: update, thanks to Jakub Wilk
  3714.  
  3715. 2003-04-28 Michal Cihar  <nijel@users.sourceforge.net>
  3716.     * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
  3717.       javascript). But there are still problems without javascript.
  3718.  
  3719. 2003-04-27 Marc Delisle  <lem9@users.sourceforge.net>
  3720.     ### 2.5.0-rc2 released
  3721.  
  3722. 2003-04-25 Michal Cihar  <nijel@users.sourceforge.net>
  3723.     * lang/estonian: Updated, thanks to finsoft@sourceforge.net.
  3724.     * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
  3725.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  3726.     * lang/{catalan,english,indonesian,spanish}: Added some missing
  3727.       translations.
  3728.  
  3729. 2003-04-23 Michal Cihar  <nijel@users.sourceforge.net>
  3730.     * tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
  3731.     * libraries/display_export.lib.php3: Automatically check "Save as file"
  3732.       when selecting compression.
  3733.  
  3734. 2003-04-22 Garvin Hicking <me@supergarv.de>
  3735.     * libraries/common.lib.php3, main.php3, db_details_common.php3:
  3736.       When reloading the frame, propagate hash value (for querywindow)
  3737.  
  3738. 2003-04-22 Marc Delisle  <lem9@users.sourceforge.net>
  3739.     * tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
  3740.       in the drop-down box
  3741.  
  3742. 2003-04-20 Garvin Hicking <me@supergarv.de>
  3743.     * libraries/display_tbl.lib.php3, index.php3, left.php3,
  3744.       tbl_query_box.php3, queryframe.php3, querywindow.php3:
  3745.       Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
  3746.       (serious) issues with multiple instances of phpMyAdmin and
  3747.       the query window. Also made sure that disabling the QueryFrame
  3748.       is possible without seeing errors. Of course, this is
  3749.       extremely reduced usability without JS.
  3750.  
  3751. 2003-04-18 Garvin Hicking <me@supergarv.de>
  3752.     * left.php3, index.php3, tbl_query_box.php3,
  3753.       libraries/display_tbl.lib.php3, queryframe.php3:
  3754.       Fixed Bug #723713
  3755.  
  3756. 2003-04-18 Marc Delisle  <lem9@users.sourceforge.net>
  3757.     * Documentation.html: faq about double auth windows
  3758.     * lang/ukrainian: update, thanks to Markijan Baran
  3759.     * tbl_relation.php3: bug 696215: can now choose all segments
  3760.       of the primary key
  3761.  
  3762. 2003-04-17 Marc Delisle  <lem9@users.sourceforge.net>
  3763.     * lang/ukrainian: update, thanks to Markijan Baran
  3764.     * server_common.inc.php3: bug 722791: "USE mysql" is not a good
  3765.       test in MySQL 4 to check if superuser
  3766.  
  3767. 2003-04-17 Michal Cihar  <nijel@users.sourceforge.net>
  3768.     * tbl_replace_fields.php3: Fix typo.
  3769.     * tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
  3770.       MySQL sometimes problems...
  3771.  
  3772. 2003-04-17 Garvin Hicking <me@supergarv.de>
  3773.     * tbl_replace_fields.php3: Use $encoded_key instead of $key to
  3774.       detect changes in BLOB fields with a special name.
  3775.     * tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
  3776.       original values of a BLOB field when 'Insert as new row' is
  3777.       chosen on edit.
  3778.     * libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
  3779.       crossing DB borders now allowed)
  3780.  
  3781. 2003-04-16 Garvin Hicking <me@supergarv.de>
  3782.     * tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
  3783.       with no $db set
  3784.  
  3785. 2003-04-16 Marc Delisle  <lem9@users.sourceforge.net>
  3786.     * badwords.txt: "status" is not a reserved word
  3787.  
  3788. 2003-04-16 Michal Cihar  <nijel@users.sourceforge.net>
  3789.     * libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
  3790.     * tbl_properties_common.php3: Avoid displaying message twice in some cases
  3791.       (fixes bug #722378).
  3792.     * libraries/build_dump.lib.php3: Export BLOBs hex quoted.
  3793.  
  3794. 2003-04-15 Michal Cihar  <nijel@users.sourceforge.net>
  3795.     * tbl_query_box.php3: Only display charset selection when a DB is
  3796.       selected.
  3797.     * libraries/display_tbl.lib.php3: Fix edit link for table without primary
  3798.       key and with BLOB field (bug #708182).
  3799.  
  3800. 2003-04-15 Garvin Hicking <me@supergarv.de>
  3801.     * footer.inc.php3, queryframe.php3: Changed anchor target
  3802.       and window name of queryframe as suggested by Armel
  3803.       Fauveau (thanks!)
  3804.  
  3805. 2003-04-14 Marc Delisle  <lem9@users.sourceforge.net>
  3806.     * libraries/sqlparser.data.php3: bug 647705: 'NO' is not
  3807.       a reserved word in MySQL
  3808.     * libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
  3809.       are functions
  3810.     * libraries/common.lib.php3: bug 721278: Skip Explain SQL
  3811.  
  3812. 2003-04-14 Michal Cihar  <nijel@users.sourceforge.net>
  3813.     * lang/some translations: Damn, I didn't commit all empty translations
  3814.       yesterday...
  3815.     * lang/sync_lang.sh: Updated to avoid empty translations problems (reports
  3816.       which translations has failed, now also converts by default only
  3817.       modified files and is capable to get charset from filename when reading
  3818.       from file has failed.
  3819.     * left.php3: More fixes for HTML entities.
  3820.     * tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
  3821.       when changing it.
  3822.     * lang/czech: Updated.
  3823.     * lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
  3824.     * lang/swedish: Updated, thanks to Bj├╢rn T. Hallberg (bth).
  3825.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3826.     * lang/catalan: Updated, thanks to Xavier Navarro.
  3827.     * footer.inc.php3: Fixed for quotes, HTML entities and other weird
  3828.       characters in db/table name.
  3829.     * libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
  3830.     * db_details.php3, tbl_query_box.php3: Display choice for charset also
  3831.       when only UploadDir available.
  3832.  
  3833. 2003-04-14 Garvin Hicking <me@supergarv.de>
  3834.     * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
  3835.       usage. (Bug #720846)
  3836.     * footer.inc.php3: Needed \n for some cases.
  3837.     * tbl_query_box.php3: Only display file import when a DB is selected.
  3838.  
  3839. 2003-04-13 Marc Delisle  <lem9@users.sourceforge.net>
  3840.     * lang/french: update
  3841.     * lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
  3842.     * lang/polish: update, thanks to Jakub Wilk
  3843.     ### 2.5.0-rc1 released
  3844.  
  3845. 2003-04-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  3846.     * lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
  3847.       lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
  3848.       Added $strCharset.
  3849.  
  3850. 2003-04-13 Michal Cihar  <nijel@users.sourceforge.net>
  3851.     * lang/{slovenian,russian,croatian,bulgarian}: We don't
  3852.       want empty translations...
  3853.  
  3854. 2003-04-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  3855.     * libraries/common.lib.php3: Better fix against possible "wrong parameter
  3856.       count" errors.
  3857.     * server_privileges.php3:
  3858.       - Fixed a broken link in the user overview table;
  3859.       - Fixed bug #539756 again.
  3860.     * lang/german-*.inc.php3: Updates.
  3861.     * tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
  3862.       (Feature #623665, part 1).
  3863.  
  3864. 2003-04-11 Marc Delisle  <lem9@users.sourceforge.net>
  3865.     * libraries/common.lib.php3, config_import.lib.php3:
  3866.       MaxExactCount backwards compatibility
  3867.     * db_details_structure.php3: undefined $row_count for InnoDB tables
  3868.  
  3869. 2003-04-11 Michal Cihar  <nijel@users.sourceforge.net>
  3870.     * db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
  3871.       SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
  3872.     * config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
  3873.       $cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
  3874.     * Documentation.*: Documented above.
  3875.     * lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
  3876.     * lang/galician: Added missing string.
  3877.     * lang/thai: Updated, thanks to Arthit Suriyawongkul.
  3878.  
  3879. 2003-04-10 Michal Cihar  <nijel@users.sourceforge.net>
  3880.     * pdf_schema.php3, libraries/common.lib.php3,
  3881.       libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
  3882.       count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
  3883.       (<20000 rows) tables (RFE #708533).
  3884.     * tbl_printview.php3: Make javascript work on more browsers than MSIE.
  3885.     * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
  3886.       XHTML errors, document is again valid XHTML.
  3887.     * lang/italian: Updated, thanks to Pietro Danesi (danone).
  3888.  
  3889. 2003-04-09 Michal Cihar  <nijel@users.sourceforge.net>
  3890.     * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
  3891.       and XML dump.
  3892.     * libraries/display_export.lib.php3: Added <br /> before charset
  3893.       selection in export.
  3894.  
  3895. 2003-04-09 Marc Delisle  <lem9@users.sourceforge.net>
  3896.     * lang/*: $updComTab -> $strUpdComTab
  3897.     * libraries/relation.lib.php3: put back version 1.30 message
  3898.       that uses $strUpdComTab
  3899.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  3900.  
  3901. 2003-04-09 Garvin Hicking <me@supergarv.de>
  3902.     * pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
  3903.       to prevent false arrow aligning when using 'same widths'.
  3904.  
  3905. 2003-04-08 Marc Delisle  <lem9@users.sourceforge.net>
  3906.     * lang/galician: update, thanks to Xos├⌐ Calvo
  3907.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  3908.     * lang/italian: Updated, thanks to Pietro Danesi.
  3909.     * lang/chinese_gb: update, thanks to (fundawang)
  3910.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  3911.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  3912.  
  3913. 2003-04-07 Michal Cihar  <nijel@users.sourceforge.net>
  3914.     * db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
  3915.       multi submit actions.
  3916.  
  3917. 2003-04-06 Garvin Hicking <me@supergarv.de>
  3918.     * tbl_query_box.php, libraries/functions.js: Patch #705899 included.
  3919.       Now multiple fields can be inserted at cursor position (Mozilla/IE)
  3920.       in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
  3921.     * header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
  3922.       libraries/relation.lib.php3: RFE #715914: Sort query history by
  3923.       (autoincrement) key instead of timevalue. Only save queries in
  3924.       history if they were successful. This required the moving of
  3925.       the JS-stuff in header.inc.php3 to footer.inc.php3. Please
  3926.       test, if this works for everyone. It does for me.
  3927.  
  3928. 2003-04-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  3929.     * db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
  3930.       column before MySQL 3.23 (bug #712055).
  3931.     * libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
  3932.       machines with register_globals = off.
  3933.  
  3934. 2003-04-05 Marc Delisle  <lem9@users.sourceforge.net>
  3935.     * lang/romanian updates, thanks to Valics Lehel
  3936.     * lang/slovenian update, thanks to Kositer Uros
  3937.  
  3938. 2003-04-03 Garvin Hicking <me@supergarv.de>
  3939.     * libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
  3940.  
  3941. 2003-04-02 Garvin Hicking <me@supergarv.de>
  3942.     * tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
  3943.     * tbl_move_copy.php3: At least one of the PDF integrity checks
  3944.       on moving/copying a table can safely be enabled.
  3945.     * tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
  3946.       newly created table' depend on a selected checkbox. State of that
  3947.       checkbox is saved in a cookie.
  3948.     * lang/*: Added $strSwitchToTable for the above.
  3949.     * lang/german-*: Translations
  3950.  
  3951. 2003-04-02 Michal Cihar  <nijel@users.sourceforge.net>
  3952.     * tbl_move_copy.php3: Fixed copying/moving to work after some changes in
  3953.       generated SQL dump, move to newly created table also after copying.
  3954.     * tbl_properties_operations.php3: Some fixes for html entities in db/table
  3955.       names.
  3956.     * db_details_structure.php3, mult_submits.inc.php3,
  3957.       tbl_properties_structure.php3: Show multi submits result after headers
  3958.       and tabs from originating place.
  3959.     * lang/czech: Updated.
  3960.     * tbl_properties_operations.php3: Not only remember, but also recall state
  3961.       of checkbox for move to newly created table (see Garvin's entry above).
  3962.  
  3963. 2003-04-01 Marc Delisle  <lem9@users.sourceforge.net>
  3964.     * Documentation.html: clarify about wildcard database
  3965.     * lang/bulgarian, translators.html: big update from the new translator:
  3966.       Stanislav Yordanov, stan at stud.ru.acad.bg
  3967.     * lang/italian: Updated, thanks to Pietro Danesi.
  3968.  
  3969. 2003-03-31 Marc Delisle  <lem9@users.sourceforge.net>
  3970.     * css/phpmyadmin.css.php3: calls from a css file are relative to itself
  3971.       thanks to Jose Fandos (jose.fandos at sonnd.com)
  3972.  
  3973. 2003-03-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  3974.     * server_privileges.php3, lang/*.inc.php3:
  3975.       - Fixed bug #708292 (Support for host-based privileges).
  3976.       - Show SQL query when adding a user.
  3977.     * server_processlist.php3, lang/*.inc.php3: Feature #707495
  3978.       (SHOW FULL PROCESSLIST).
  3979.     * lang/german-*.inc.php3: Updates.
  3980.  
  3981. 2003-03-27 Marc Delisle  <lem9@users.sourceforge.net>
  3982.     * sql.php3: avoid long delays when browsing big tables (MySQL 4)
  3983.  
  3984. 2003-03-26 Michal Cihar  <nijel@users.sourceforge.net>
  3985.     * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
  3986.       tbl_properties_operations.php3, tbl_properties_structure.php3,
  3987.       tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
  3988.       more fixes for HTML entities in field/table/db name.
  3989.  
  3990. 2003-03-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  3991.     * Documentation.html: Fixed GRANT queries for the controluser.
  3992.  
  3993. 2003-03-25 Marc Delisle  <lem9@users.sourceforge.net>
  3994.     * main.php3: replace the 'USE mysql' test, as users with a global
  3995.       priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
  3996.  
  3997. 2003-03-25 Michal Cihar  <nijel@users.sourceforge.net>
  3998.     * tbl_query_box.php3, tbl_properties_operations.php3,
  3999.       libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
  4000.       HTML entities fixes.
  4001.     * read_dump.php3: Fixed detection of $goto.
  4002.     * header.inc.php3: Neated URL generating.
  4003.     * lang/czech: Updated.
  4004.  
  4005. 2003-03-24 Michal Cihar  <nijel@users.sourceforge.net>
  4006.     * db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
  4007.       multisubmit actions (RFE #622603).
  4008.     * db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
  4009.       tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
  4010.       queries for multiple tables.
  4011.     * db_details_structure.php3: Display correctly table names that contain
  4012.       HTML entities.
  4013.     * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
  4014.       caused HTML entities to be quoted twice.
  4015.     * tbl_indexes.php3: Fixed editing of index with HTML entities.
  4016.     * lang/czech: Updated.
  4017.     * tbl_properties_structure.php3: Fix enabling/disabling links to index
  4018.       creating (it requires type, but there was also MIME type added).
  4019.  
  4020. 2003-03-23 Marc Delisle  <lem9@users.sourceforge.net>
  4021.     * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
  4022.       config.inc.php3, Documentation.html: disabling of the parser no
  4023.       longer possible
  4024.  
  4025. 2003-03-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  4026.     * libraries/defines.lib.php3: Small bugfix.
  4027.     * libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
  4028.     * libraries/common.lib.php3: Possible fix against "wrong parameter count"
  4029.       errors.
  4030.  
  4031. 2003-03-22 Marc Delisle  <lem9@users.sourceforge.net>
  4032.     * libraries/transformations/text_plain__imagelink: display the
  4033.       image, with width and height options
  4034.     * libraries/transformations/text_plain__link: the link was not
  4035.       functional at my site; also, document this transform in lang.
  4036.  
  4037. 2003-03-21 Marc Delisle  <lem9@users.sourceforge.net>
  4038.     * server_privileges.php3: typo
  4039.     * lang/french update
  4040.     * image_jpeg__plain renamed to text_plain__imagelink, because
  4041.       the contents is not an image but a filename
  4042.  
  4043. 2003-03-21 Michal Cihar  <nijel@users.sourceforge.net>
  4044.     * ldi_check.php3: Use $sql_query instead of $query to put query correctly
  4045.       to sql.php3.
  4046.     * libraries/display_export.lib.php3: Again fixed selecting table/db
  4047.       filename template.
  4048.     * tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
  4049.       table.
  4050.  
  4051. 2003-03-20 Marc Delisle  <lem9@users.sourceforge.net>
  4052.     * lang/hebrew update, thanks to Yuval Sarna
  4053.  
  4054. 2003-03-20 Michal Cihar  <nijel@users.sourceforge.net>
  4055.     * lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
  4056.     * libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
  4057.       type when doing charset conversion.
  4058.     * libraries/display_export.lib.php3: Fixed selecting table/db filename
  4059.       template.
  4060.     * libraries/read_dump.lib.php3, db_details.php3,
  4061.       db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
  4062.       Automatic detection of compression for uploaded data.
  4063.  
  4064. 2003-03-19 Garvin Hicking <me@supergarv.de>
  4065.     * tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
  4066.       Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
  4067.       input area (SQL window, table properties) AND in the 'Insert/Update field' display
  4068.       where you can upload files to blob fields. Experimental.
  4069.  
  4070. 2003-03-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  4071.     * lang/german-*.inc.php3: Updates.
  4072.  
  4073. 2003-03-19 Michal Cihar  <nijel@users.sourceforge.net>
  4074.     * tbl_properties_operations.php3: fixed bad id of option (#706147).
  4075.     * lang/dutch: Updated, thanks to Gilles van den Hoven.
  4076.     * lang/thai: Updated.
  4077.     * lang/italian: Updated, thanks to Pietro Danesi.
  4078.     * lang/indonesian: Updated, thanks to Rachim Tamsjadi.
  4079.     * lang/lithuanian: Updated, thanks to Vilius Zigmantas.
  4080.     * lang/chinese: Updated, thanks to Siu Sun.
  4081.  
  4082. 2003-03-18 Garvin Hicking <me@supergarv.de>
  4083.     * libraries/display_export.lib.php3: Fixed variable usage.
  4084.     * lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
  4085.       libraries/common.lib.php3: Added new transforms for a substr()
  4086.       function, a dateformat() modified and a basic plugin for external
  4087.       programs. Support for TIDY has been experimentally been built in.
  4088.       External programs make use of piping and thus cannot be used in
  4089.       Windows.
  4090.       Added the ability for transforms to adjust the "nowrap" option of a
  4091.       cell.
  4092.       Some german translation.
  4093.  
  4094. 2003-03-18 Marc Delisle  <lem9@users.sourceforge.net>
  4095.     * libraries/select_lang.lib.php3: modify order of Russian lang files
  4096.       because MSIE does not accept cp866 and users do not see anything,
  4097.       thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
  4098.  
  4099. 2003-03-18 Michal Cihar  <nijel@users.sourceforge.net>
  4100.     * libraries/display_tbl.lib.php3: removed   from button text, as
  4101.       Konqueror doesn't like it there and it is not needed.
  4102.     * lang/czech: updated.
  4103.     * libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
  4104.       when using transformations.
  4105.     * libraries/display_export.lib.php3, db_details_links.php3,
  4106.       server_common.inc.php3, server_databases.php3, server_links.inc.php3,
  4107.       server_processlist.php3, server_status.php3, server_variables.php3,
  4108.       tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
  4109.     * tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
  4110.       specify how will filename for exported data look like (RFE #678642).
  4111.     * Documentation.*: Next release seems to be 2.5.0.
  4112.     * lang/latvian: Updated, thanks to Sandis Jerics.
  4113.  
  4114. 2003-03-17 Mike Beck  <mikebeck@users.sourceforge.net>
  4115.     * pdf_pages.php3  will now check if the pdf_pages table has entries
  4116.       that reference tables that no longer exist. if it does user is prompted
  4117.       to delete them.
  4118.  
  4119. 2003-03-17 Marc Delisle  <lem9@users.sourceforge.net>
  4120.     * user_password.php3, header.inc.php3, libraries/user_password.js:
  4121.       put back js functions for user password change (= old user_details.js)
  4122.     * libraries/display_tbl.lib.php3, functions.js: new feature:
  4123.       browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
  4124.  
  4125. 2003-03-15 Marc Delisle  <lem9@users.sourceforge.net>
  4126.     * pdf_pages.php3: Automatic layout of tables on the schema
  4127.  
  4128. 2003-03-15 Garvin Hicking <me@supergarv.de>
  4129.     * pdf_schema.php3: Fixed typo.
  4130.  
  4131. 2003-03-14 Garvin Hicking <me@supergarv.de>
  4132.     * libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
  4133.     '../' safety issues, display transformations only if file exists
  4134.     (Bug #703555)
  4135.  
  4136. 2003-03-14 Robin Johnson  <robbat2@users.sourceforge.net>
  4137.     * config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
  4138.         - Typo fixes:
  4139.         s/RestricColumnTypes/RestrictColumnTypes/
  4140.         s/RestricFunctions/RestrictFunctions/
  4141.     * scripts/create_tables.sql:
  4142.         -  Neaten up SQL, add DROP TABLE/DATABASE cleanness
  4143.  
  4144. 2003-03-13 Alexander M. Turek  <rabus@users.sourceforge.net>
  4145.     * server_status.php3: Fixed the Garvin's calculations.
  4146.     * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
  4147.     * libraries/header_meta_style.inc.php3,
  4148.       libraries/transformations/overview.php3: Fixed CSS link.
  4149.     * tbl_properties.inc.php3: Added tooltips for transformations.
  4150.  
  4151. 2003-03-13 Marc Delisle  <lem9@users.sourceforge.net>
  4152.     * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
  4153.  
  4154. 2003-03-13 Garvin Hicking <me@supergarv.de>
  4155.     * lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
  4156.     * config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
  4157.     * libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
  4158.       results page (1px border in the color of BrowserMarkerColor around the cells).
  4159.       RFE #638800
  4160.     * libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
  4161.       pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
  4162.       lang/*: RFE #7000385: Export AUTO_INCREMENT field.
  4163.       Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
  4164.       dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
  4165.     * config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
  4166.       clarity. Make it easier to enable defaults (RFE #695265)
  4167.  
  4168. 2003-03-12 Garvin Hicking <me@supergarv.de>
  4169.     * db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
  4170.       was not displayed if it has no comment.
  4171.     * libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
  4172.       bookmarktable.
  4173.     * db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
  4174.       RFE #550552: Change default initial query for browse mode, if a bookmark with the same
  4175.       label as the tablename is found.
  4176.     * tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
  4177.       auto_increment value. (RFE #639655)
  4178.     * db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
  4179.       Display DB comments and MIME types, where appropriate.
  4180.     * header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
  4181.       the querywindow which didn't show the latest querys always.
  4182.     * Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
  4183.       RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
  4184.       to do, so please see Documentation.html. I thought it too hard to move the
  4185.       bookmark-box around where you can store the bookmarks, because there are a couples
  4186.       of redirections involved. So the major problem is that your to-be-stored bookmark
  4187.       HAS to yield at least a single result row for you to be able to store that.
  4188.     * tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
  4189.       Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
  4190.       for that table.
  4191.     * tbl_properties_export.php3, db_details_export.php3,
  4192.       libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
  4193.       export now is a perfect look-alike except for a multi-tables dropdown.
  4194.       Put the code to display the export into a seperate file for re-usability.
  4195.     * tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
  4196.       libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
  4197.       map to which MySQL field type and in the dropdown of the function list first
  4198.       display the fitting functions, and then for compatibility reasons the rest of
  4199.       the functions.
  4200.       TODO: I don't know if I chose the correct mapping for all types. Please correct
  4201.       config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
  4202.     * sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
  4203.       tbl_rename.php3, libraries/relation.lib.php3:
  4204.       Bugfix #579256 / RFE #577328 : Automatic update of relations,
  4205.       display fields, comments, bookmarks, ... on update, delete and duplicate.
  4206.       Automatic duplication/moving of PDF pages does not yet work. Would the
  4207.       original author please be so kind to have a look at the tbl_move_copy.php
  4208.       script, search for '[TODO]' and apply necessary fixes? ;)
  4209.     * tbl_dump.php3: New $sql_structure variable for the new table export
  4210.       design broke DB export functionality. Fixed this.
  4211.  
  4212. 2003-03-12 Marc Delisle  <lem9@users.sourceforge.net>
  4213.     * lang/ukrainian: update, thanks to Markijan Baran
  4214.  
  4215. 2003-03-11 Garvin Hicking <me@supergarv.de>
  4216.     * docSQL/*, read_dump.php3, db_details_importdocsql.php3,
  4217.       libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
  4218.       Improved security of docSQL importer. You now can only access
  4219.       a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
  4220.       file on its own via File Upload (if $is_upload is true).
  4221.       Filenames not matching the converter will no more printed out to
  4222.       maintain security. Permits input of '../'.
  4223.     * transformation_wrapper.php3 - Remove $err_url, because if a query
  4224.       fails here, the user won't get to see the error string anyways.
  4225.       Can happen if you want to display a blob without having an index
  4226.       key in your query, because the blob cannot be filtered by a content
  4227.       WHERE-string.
  4228.  
  4229. 2003-03-11 Marc Delisle  <lem9@users.sourceforge.net>
  4230.     * libraries/sqlparser.data.php3: bug 700082, support of XOR
  4231.  
  4232. 2003-03-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  4233.     * translators.html: Another mechanism against stupid people who use the
  4234.       translator list as a list of localised support hotlines or try to get a
  4235.       translation by mail order... :o)
  4236.     * header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
  4237.       libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
  4238.       that the correct font families are used.
  4239.  
  4240. 2003-03-10 Garvin Hicking <me@supergarv.de>
  4241.     * libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
  4242.       thanks to Csaba Gabor!
  4243.     * sql.php3: Fixed another occurence of addslashes() where it no longer
  4244.       belongs.
  4245.     * tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  4246.       tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
  4247.       - when creating/altering/adding table fields you can now change the
  4248.       wrong form input, instead of losing all your data. Have fun. :-)
  4249.     * tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
  4250.       lang/*:
  4251.       Added new table export format by Michal Cihar. db_details_export.php3
  4252.       should be adapted to the new layout somewhen. Fixed Compression.
  4253.     * header.inc.php3, header_printview.inc.php3, index.php3,
  4254.       left.php3, queryframe.php3, querywindow.php3,
  4255.       transformation_wrapper.php3, css/phpmyadmin.css.php3,
  4256.       libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
  4257.       libraries/functions.js, libraries/header_http.inc.php3,
  4258.       libraries/header_meta_style.inc.php3, libraries/left.js
  4259.       libraries/sqlparser.lib.php3:
  4260.       Massive code-cleanup. Put all stylesheets into new central file
  4261.       css/phpmyadmin.css.php3. To reduce overhead in this file, the
  4262.       common.lib.php3 has a new variable to determine whether the full
  4263.       code structure or only those codes needed for the stylesheet class
  4264.       is parsed. This is to prevent duplicated code, even though it looks
  4265.       somehow ugly. The stylesheet is now embedded via a <link rel>-
  4266.       directive and should also be able to be cached by the browser.
  4267.       See patch #699454.
  4268.       Also some unneccessary code was removed from querywindow/wrapper.
  4269.     * tbl_change.php3: Patch #697541 to prevent non-associative MySQL
  4270.       fieldnames to be mapped to false keys for display.
  4271.  
  4272. 2003-03-10 Marc Delisle  <lem9@users.sourceforge.net>
  4273.     * transformation_wrapper.php3, lang/*,
  4274.       libraries/transformations/image_png__inline.inc.php3:
  4275.       new transformation for png (inline)
  4276.       (still issues with PNG's transparency in PHP 4.3.0)
  4277.     * libraries/common.lib.php3: bug 692652, support for disabled ini_get()
  4278.  
  4279. 2003-03-09 Garvin Hicking <me@supergarv.de>
  4280.     * db_printview.php3: Added print button (#700205)
  4281.  
  4282. 2003-03-08 Marc Delisle  <lem9@users.sourceforge.net>
  4283.     * libraries/transformations/*.sh: did not work in bash
  4284.  
  4285. 2003-03-07 Marc Delisle  <lem9@users.sourceforge.net>
  4286.     * transformation_wrapper.php3, lang/*,
  4287.       libraries/transformations/image_jpeg__inline.inc.php3:
  4288.       now 2 options for resize: width, height
  4289.  
  4290. 2003-03-06 Garvin Hicking <me@supergarv.de>
  4291.     * libraries/common.lib.php3, libraries/display_tbl.lib.php3:
  4292.       Fix bug #658668, special escaping of \n, \r and \t characters.
  4293.       Please test, works fine for me now (both magic_quotes on/off).
  4294.  
  4295. 2003-03-05 Robin Johnson  <robbat2@users.sourceforge.net>
  4296.     * Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
  4297.     * updatedocs.sh: Script to make conversion easier
  4298.  
  4299. 2003-03-05 Garvin Hicking <me@supergarv.de>
  4300.     * Documentation.html: Added FAQ 2.6 about localhost-socket connections.
  4301.     * libraries/relation.lib.php3, libraries/transformations.lib.php3,
  4302.       tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
  4303.       call with PMA_sqlAddslashes() call because of new global s
  4304.       lashes-handling.
  4305.     * sql.php3: Fixed querytime bug, when query was only shown for PHP
  4306.       display.
  4307.     * read_dump.php3, sql.php3, tbl_alter.php3,
  4308.       tbl_properties_export.php3: Fixed remaining calls to stripslashes()
  4309.       where not neccessary, because grab_globals already stripslashed
  4310.       the data. This fixes the problem of the SQL Pretty printer showing
  4311.       the data wrongly formatted.
  4312.  
  4313. 2003-03-05 Michal Cihar  <nijel@users.sourceforge.net>
  4314.     * libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
  4315.      #697961)
  4316.  
  4317. 2003-03-05 Marc Delisle  <lem9@users.sourceforge.net>
  4318.     * Documentation.html, faq 1.29 about the "duplicate field names" problem
  4319.     * transformation_wrapper.php3, libraries/defines_php.lib.php3,
  4320.       libraries/transformations/image_jpeg__inline.inc.php3:
  4321.       resized thumbnails
  4322.  
  4323. 2003-03-03 Alexander M. Turek  <rabus@users.sourceforge.net>
  4324.     * tbl_replace_fields.php3: Bugfix: User was unable to insert values
  4325.       containing quotes.
  4326.     * libraries/common.lib.php3:
  4327.       - Avoid reloading the left frame twice;
  4328.       - PHP3 compatibility;
  4329.       - $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
  4330.         in CGI mode.
  4331.  
  4332. 2003-03-03 Marc Delisle  <lem9@users.sourceforge.net>
  4333.     * badwords.txt: bug 692874: "date" is not a reserved word
  4334.  
  4335. 2003-03-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  4336.     * db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
  4337.       mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
  4338.       tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
  4339.       tbl_move_copy.php3, tbl_properties.inc.php3,
  4340.       tbl_properties_operations.php3, tbl_properties_options.php3,
  4341.       tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
  4342.       tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
  4343.       user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
  4344.       libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
  4345.       If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
  4346.       extracting the arrays $_GET and $_POST. This should replace a lots of
  4347.       workarounds and avoid present and future problems with magic_quotes_gpc.
  4348.     * server_privileges.php3, libraries/common.lib.php3:
  4349.       - Escape wildcard characters in the database and table dropdown boxes;
  4350.       - CSS fixes.
  4351.  
  4352. 2003-03-01 Marc Delisle  <lem9@users.sourceforge.net>
  4353.     * lang/english: typo
  4354.     * tbl_dump.php3: undefined variable $use_comments
  4355.     * tbl_properties_export.php3: bug 692143: now we remove the
  4356.       LIMIT clause from the original query to use the limits entered
  4357.       on the export form
  4358.     * pdf_schema.php3: better header/footer for long pages,
  4359.       thanks to Maxime Delorme
  4360.  
  4361. 2003-03-01 Michal Cihar  <nijel@users.sourceforge.net>
  4362.     * tbl_indexes.php3: Cleaner solution for showing query after changing
  4363.       index.
  4364.  
  4365. 2003-03-01 Robin Johnson  <robbat2@users.sourceforge.net>
  4366.     * libraries/xpath/XPath.class.php, libraries/xpath/:
  4367.     - Removed (was part of the early DB config prototype)
  4368.     * lang/translatecount.sh:
  4369.     - Counts just how out of date the translations are!
  4370.  
  4371. 2003-02-28 Michal Cihar  <nijel@users.sourceforge.net>
  4372.     * tbl_indexes.php3: Show SQL query after modifying/creating index (closes
  4373.       #694800), show structure after modifying index.
  4374.  
  4375. 2003-02-28 Alexander M. Turek  <rabus@users.sourceforge.net>
  4376.     * Documentation.html: Fixed a typo.
  4377.     * server_privileges.php3: Fixed bug #691910.
  4378.     * server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
  4379.       thanks to Jason Carlson (jjcarlson).
  4380.  
  4381. 2003-02-28 Garvin Hicking <me@supergarv.de>
  4382.     * config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
  4383.       tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
  4384.       Documentation.html:
  4385.       - Finetuneing for query window: Only three tabs, if DefaultTab
  4386.         is not set to 'full'.
  4387.       - Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
  4388.       - Improved windowsize of the query window (no a *lot* smaller, hope this will suit
  4389.          Rabus ;).
  4390.       - Made the textarea smaller (*1.25 instead of *2) for the window only.
  4391.       - Fixed a bug when you changed from a table to a database on the left frame and the
  4392.         query window still wants to show the previous table.
  4393.     * tbl_query_box.php3: Only show fieldlist, when $table is set.
  4394.     * translators.html: Adjusted to same topmenu as Documentation.html.
  4395.       With the new 'Transformations' item the bar was too large to fit
  4396.       on standard 800x600 browser windows.
  4397.  
  4398. 2003-02-27 Michal Cihar  <nijel@users.sourceforge.net>
  4399.     * lang/czech: Updated.
  4400.     * lang/english: Resorted.
  4401.  
  4402. 2003-02-27 Alexander M. Turek  <rabus@users.sourceforge.net>
  4403.     * libraries/common.lib.php3, libraries/config_import.lib.php3:
  4404.       - Backwards compatibility;
  4405.       - Removed some unnecessary code;
  4406.       - Added a small HOWTO.
  4407.     * config.inc.php3: The tab settings don't fit into the 'left frame' part.
  4408.     * lang/german-*.inc.php3: Grammar.
  4409.     * Documentation.html: Fixed some dead links.
  4410.     * scripts/create_tables.sql: Adjusted table comments.
  4411.  
  4412. 2003-02-27 Garvin Hicking <me@supergarv.de>
  4413.     * libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
  4414.       querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
  4415.     * querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
  4416.       libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
  4417.       purging on login, made querywindow tabbed, improved Querywindow-compatibility.
  4418.     * tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
  4419.       Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
  4420.       (optional, default off) of the columns. I didn't like to have to scroll in horizontal
  4421.       directions, so with this mode you can see about 6 columns at once on a single screen.
  4422.     * tbl_properties.inc.php3: Fixed bug when certain fields are not
  4423.       enabled, they threw an undefined offset. [2nd try, now for real :)]
  4424.     * Documentation.html: Updated for my new features. Should include
  4425.       everyting, I hope. But seriously needs a proofread.
  4426.     * config.inc.php3: Inserted new directives for empty
  4427.       $cfg['Servers'][$i]. (history, verbose_check)
  4428.     * tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
  4429.       to suppress Notices/Warnings when MIME-types are not enabled.
  4430.  
  4431. 2003-02-26 Garvin Hicking <me@supergarv.de>
  4432.     * lang/german-*: better grammar. ;)
  4433.     * libraries/display_tbl.lib.php3: Fixed transformation-link variable
  4434.       usage for special queries like 'SHOW FIELDS', where certain variables are
  4435.       not set.
  4436.     * config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  4437.       tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
  4438.       transformation_wrapper.php3, libraries/config_import.lib.php3,
  4439.       libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
  4440.       scripts/create_tables.sql:
  4441.        Test if MIME-feature are really available. Preparation for PMA_db-based
  4442.        SQL-History.
  4443.        Removed a dupe for inserting comments, fixed integrity check when
  4444.        moving/renaming tables and keeping comments.
  4445.      * header.inc.php3: Added one more Javascript if-structure to make sure
  4446.        the frameset is initialized when querying for an active window. Without
  4447.        this, when starting phpMyAdmin for the first time, IE6 may complain
  4448.        depending on the order it loads the framesets.
  4449.  
  4450. 2003-02-25 Marc Delisle  <lem9@users.sourceforge.net>
  4451.     * db_details_structure.php3: undefined variable $comment
  4452.     * tbl_move_copy.php3: 'column_info'
  4453.  
  4454. 2003-02-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  4455.     * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
  4456.       lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
  4457.       $datefmt (translations #692065).
  4458.     * lang/japanese-*.inc.php3: Fixed some inconsistences.
  4459.     * config.inc.php3, db_details_importdocsql.php3, Documentation.html,
  4460.       sql.php3, tbl_move_copy.php3, tbl_rename.php3,
  4461.       libraries/config_import.lib.php3, libraries/relation.lib.php3,
  4462.       libraries/transformations.lib.php3: Changed 'column_comments' to
  4463.       'column_info'.
  4464.     * ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
  4465.       <http://www.phpmyadmin.net/ChangeLogs/>.
  4466.  
  4467. 2003-02-25 Garvin Hicking <me@supergarv.de>
  4468.     * tbl_properties.inc.php3: Fixed duped display of comments due to
  4469.       merging diff conflict.
  4470.     * lang/german*: German translations, only missing transformation
  4471.       descriptions. They shouldn't be translated at that early point, I guess.
  4472.     * libraries/config_import.lib.php3, libraries/relation.lib.php3,
  4473.       libraries/transformations.lib.php3: 'column_info', they were somehow
  4474.       not included in rabus' commit?!
  4475.  
  4476. 2003-02-24 Alexander M. Turek  <rabus@users.sourceforge.net>
  4477.     * common.lib.php3: Backwards compatibility.
  4478.  
  4479. 2003-02-24 Garvin Hicking <me@supergarv.de>
  4480.     Submitted multiple patches from the patch tracker:
  4481.     * JS rowmarker now works in vertical display mode
  4482.         Files: libraries/functions.js, display_tbl.lib.php3
  4483.     * Display nav_bar even when only one row is returned, to enable display in
  4484.         vertical/horizontal mode (especially for rotated headers)
  4485.         Files: libraries/display_tbl.lib.php3
  4486.     * Measures basic query time [#571934]
  4487.         Files: sql.php3, display_tbl.lib.php3
  4488.     * New display mode with 90 degree rotated table headers [#544361]. Works
  4489.         either as CSS or as 'faked' PHP-transformation.
  4490.         Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
  4491.     * Update and display column comments in Add/Edit Fieldmode and CREATE table
  4492.         mode. Display comments in table structure (optional) with underlined
  4493.         CSS-mouseovers. Display comments in browser mode (optional), both in
  4494.         vertical and horizontal display mode. Keep column comments in synch, when
  4495.         DROPping/ALTERing and moving/copying tables.
  4496.         Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  4497.         tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
  4498.         tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
  4499.         tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
  4500.         libraries/relation.lib.php3
  4501.     * Display and enter DB/table comments for navigation, stored in pma comments table.
  4502.         May be displayed as Alias-Tooltips in left frame. [#650064]
  4503.         Files: db_details_structure.php3, left.php3, relation.lib.php3
  4504.     * Display column comments in table/database dumps, as inline SQL-Comments
  4505.         Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
  4506.     * Display MIME types to transform any table cell. You can only choose from a
  4507.         list of pre-defined MIME-types. The list gets built by a function searching
  4508.         a directory for valid transforms. For further information see
  4509.         libraries/transformations/README-file and soon in documentation. ;)
  4510.         Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
  4511.         create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
  4512.         tbl_move_copy.php3, transformation_wrapper.php3,
  4513.         libraries/display_tbl.lib.php3, libraries/transformations/*
  4514.         TODO: Add predefined functions!
  4515.     * Display a (javascript) based query window as a new frame below the left
  4516.         frame with query history [#526008]. Currently a bit experimental, works with
  4517.         IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
  4518.         work with any browser.
  4519.         Files: queryframe.php3, querywindow.php3, header.inc.php3,
  4520.         tbl_query_box.php3, common.lib.php3
  4521.  
  4522. 2003-02-24 Olivier L. M├╝ller  <om@omnis.ch>
  4523.     * libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
  4524.       port == 80 or port == 443, do not add ":80" or ":443" anymore to the
  4525.       generated URL -> prevents a double password query with some browsers
  4526.       (Safari) in case of http authentication.  (tested with https, http and
  4527.       http running on port 8080)
  4528.  
  4529. 2003-02-24 Michal Cihar  <nijel@users.sourceforge.net>
  4530.     * tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
  4531.       fields type into special variable. Fixes #647689.
  4532.     * db_details_structure.php3: Removed extra /. Fixes #692171.
  4533.  
  4534. 2003-02-23 Marc Delisle  <lem9@users.sourceforge.net>
  4535.     ### 2.4.0 released
  4536.  
  4537. 2003-02-23 Olivier L. M├╝ller  <om@omnis.ch>
  4538.     * docs.css: highlight FAQ questions in blue -> more readble.
  4539.  
  4540. 2003-02-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  4541.     * server_privileges: Better code for "check privileges"; This should fix
  4542.       bug #687808 and a few other problems.
  4543.     * ANNOUNCE.txt: Updated list of known bugs.
  4544.     * server_variables.php3: Modified generated XHTML code.
  4545.  
  4546. 2003-02-22 Marc Delisle  <lem9@users.sourceforge.net>
  4547.     * lang/italian update, thanks to Pietro Danesi
  4548.     * lang/slovak update, thanks to Lubos Klokner
  4549.     * lang/polish: update, thanks to Jakub Wilk
  4550.     * lang/thai: update, thanks to Arthit Suriyawongkul
  4551.     * tbl_change.php3: do not use enctype="multipart/form-data"
  4552.       if !$is_upload (possible solution for bug 689215)
  4553.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  4554.  
  4555. 2003-02-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  4556.     * libraries/display_tbl.lib.php3: Coding standards.
  4557.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  4558.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  4559.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  4560.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
  4561.  
  4562. 2003-02-18 Marc Delisle  <lem9@users.sourceforge.net>
  4563.     * sql.php3: bug 649665: undefined variables with UNION, and
  4564.       also get the correct row count
  4565.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  4566.  
  4567. 2003-02-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  4568.     * server_databases.php3:
  4569.       - Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
  4570.       - The link "check privileges" is now only displayed to superusers.
  4571.  
  4572. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  4573.     * lang/czech: Updated.
  4574.     * Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
  4575.  
  4576. 2003-02-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  4577.     * server_privileges.php3: Fixed edit link.
  4578.     * Documentation.html:
  4579.       - Reformulated some passages;
  4580.       - FAQ 1.28.
  4581.     * ANNOUNCE.txt: Synchronized features list with documentation.
  4582.     * server_databases.php3: Fixed bug #688271 (missing "?").
  4583.  
  4584. 2003-02-17 Garvin Hicking <me@supergarv.de>
  4585.     * tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
  4586.       Reworked blob file upload. More security cautions, and preserve
  4587.       fields contents, if no new file was uploaded. Moved is_uploaded_file
  4588.       function from read_dump.php3 to common.lib.php3 for reusability.
  4589.  
  4590. 2003-02-17 Michal Cihar  <nijel@users.sourceforge.net>
  4591.     * tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
  4592.       upload, upload field moved into table.
  4593.  
  4594. 2003-02-17 Marc Delisle  <lem9@users.sourceforge.net>
  4595.     ### 2.4.0-rc2 released
  4596.     * sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
  4597.       correct number of rows
  4598.  
  4599. 2003-02-16 Alexander M. Turek  <rabus@users.sourceforge.net>
  4600.     * server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
  4601.       - Reimplemented ability to change a user's login information
  4602.         (bug #684984);
  4603.       - Feature: copy user profiles;
  4604.       - "Check privileges" should now also check for wildcards;
  4605.       - The revoke mode for deleting users did not always produce valid MySQL.
  4606.     * lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
  4607.     * ANNOUNCE.txt: synchronized list of features and fixes.
  4608.  
  4609. 2003-02-16 Michal Cihar  <nijel@users.sourceforge.net>
  4610.     * lang/czech: Updated.
  4611.     * docs.css: Fixed URL.
  4612.  
  4613. 2003-02-16 Marc Delisle  <lem9@users.sourceforge.net>
  4614.     * sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
  4615.       for splitting the SELECT clauses, to solve almost all records
  4616.       counting bugs
  4617.     * pdf_schema.php3: improved alignment, thanks to Maxime Delorme
  4618.     * lang/japanese: update, thanks to Yukihiro Kawada
  4619.  
  4620. 2003-02-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  4621.     * ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
  4622.       it if necessary.
  4623.     * libraries/common.lib.php3: Don't display edit link for
  4624.       database-independant queries.
  4625.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  4626.     * docs.css:
  4627.       - Wrong URI;
  4628.       - Typo.
  4629.  
  4630. 2003-02-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  4631.     * server_databases.php3, server_privileges.php3, lang/*.inc.php3:
  4632.       Reimplemented "check privileges" feature.
  4633.  
  4634. 2003-02-13 Robin Johnson  <robbat2@users.sourceforge.net>
  4635.     * sql.php3: Fix simple little bug #685082
  4636.  
  4637. 2003-02-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  4638.     * server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
  4639.       is broken), thanks to Alexander Schuch (ci-dev).
  4640.  
  4641. 2003-02-12 Marc Delisle  <lem9@users.sourceforge.net>
  4642.     * lang/indonesian update, thanks to Rachim Tamsjadi
  4643.     * lang/italian update, thanks to Pietro Danesi
  4644.     * lang/lithuanian update, thanks to Vilius Zigmantas
  4645.     * lang/slovenian update, thanks to Kositer Uros
  4646.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  4647.     * tbl_change.php3: upload field only to BLOBs
  4648.     * libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
  4649.       font size
  4650.  
  4651. 2003-02-11 Marc Delisle  <lem9@users.sourceforge.net>
  4652.     * tbl_replace_fields.php3: sometimes we receive "none" as the file
  4653.       name when there is no field upload for some field
  4654.     * sql.php3: bug 684712, undefined variable $table (js disabled
  4655.       and confirmation for drop database)
  4656.  
  4657. 2003-02-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  4658.     * server_databases.php3: Wrong link title.
  4659.  
  4660. 2003-02-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  4661.     * server_databases.php3: Ensured that the database list is built.
  4662.  
  4663. 2003-02-10 Marc Delisle  <lem9@users.sourceforge.net>
  4664.     * lang/catalan: update, thanks to Xavier Navarro
  4665.  
  4666. 2003-02-09 Robin Johnson  <robbat2@users.sourceforge.net>
  4667.     * lang/Galician*: Updates thanks to xosecalvo
  4668.  
  4669. 2003-02-09 Michal Cihar  <nijel@users.sourceforge.net>
  4670.     * lang/czech: Updated again.
  4671.  
  4672. 2003-02-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  4673.     * server_databases.php3, lang/*.inc.php3:
  4674.       - Bugfixes & interface cosmetic;
  4675.       - Drop multiple databases.
  4676.     * db_stats.php3: Removed, the file is replaced by server_databases.php3.
  4677.     * lang/german-*.inc.php3: Updates.
  4678.     * config.inc.php3: Added a note about another possible setting.
  4679.     * lang/galician-*.inc.php3: Updates, thanks to Xos├⌐ Calvo.
  4680.     * lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
  4681.     * translators.html: Fixed a typo.
  4682.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  4683.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  4684.  
  4685. 2003-02-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  4686.     * config.inc.php3, lang/add_message.sh: Typos.
  4687.     * lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
  4688.     * server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
  4689.       Reworte db_stats.php3 to be conform with the new server_ pages.
  4690.  
  4691. 2003-02-07 Michal Cihar  <nijel@users.sourceforge.net>
  4692.     * lang/czech: Updated.
  4693.  
  4694. 2003-02-07 Marc Delisle  <lem9@users.sourceforge.net>
  4695.     * lang/italian: update, thanks to Pietro Danesi
  4696.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  4697.     * lang/polish: update, thanks to Jakub Wilk
  4698.     * lang/swedish: update, thanks to Bj├╢rn T. Hallberg
  4699.     * lang/slovak: remove duplicates
  4700.     * lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
  4701.  
  4702. 2003-02-06 Robin Johnson  <robbat2@users.sourceforge.net>
  4703.     * lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
  4704.     * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
  4705.       be '$strDBGMax'
  4706.     * translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
  4707.  
  4708. 2003-02-06 Marc Delisle  <lem9@users.sourceforge.net>
  4709.     * libraries/sqlparser.lib.php3: PHP3 parse error
  4710.     * Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
  4711.       libraries/relation.lib.php3: bug 681298, we should always backquote
  4712.       a restricted word like "comment" when used as an identifier
  4713.     * Documentation.html, bug 681776, wrong command for my.ini file
  4714.     * libraries/left.js: png files
  4715.  
  4716. 2003-02-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  4717.     * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
  4718.       the SQL query box for Opera 7 for Windows in order to avoid trouble here.
  4719.     * Documentation.html: Removed FAQ entry about Opera 7.
  4720.     * db_stats.php3: One <img> tag still pointed to a GIF file.
  4721.  
  4722. 2003-02-05 Marc Delisle  <lem9@users.sourceforge.net>
  4723.     * tbl_replace.php3, tbl_replace_fields.php3: do not display the
  4724.       UPDATE query if there was some binary upload in it, otherwise
  4725.       display it
  4726.  
  4727. 2003-02-04 Alexander M. Turek  <rabus@users.sourceforge.net>
  4728.     * common.lib.php3:
  4729.       - Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
  4730.         Bailey (charles_bailey);
  4731.       - Don't use small fonts for Opera 7.
  4732.     * ldi_check.php3: Backslahes should be escaped.
  4733.     * Documentation.html: Added a note about Opera 7.
  4734.  
  4735. 2003-02-04 Michal Cihar  <nijel@users.sourceforge.net>
  4736.     * Documentation.*: Added information about binary checkbox when uploading
  4737.       files.
  4738.  
  4739. 2003-02-04 Garvin Hicking  <me@supergarv.de>
  4740.     * common.lib.php3: Fixed a possible 'undefined index' error.
  4741.  
  4742. 2003-02-04 Marc Delisle  <lem9@users.sourceforge.net>
  4743.     * Documentation.html: new faq entry about IE bug with http auth,
  4744.       switching from one server to the other
  4745.     * db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
  4746.       and only table selected)
  4747.     * ldi_check.php3: check local_infile on recent MySQL versions,
  4748.       thanks to Alexander
  4749.  
  4750. 2003-02-03 Michal Cihar  <nijel@users.sourceforge.net>
  4751.     * libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
  4752.       #678729).
  4753.     * tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
  4754.     * tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
  4755.       variable: charset_of_file).
  4756.  
  4757. 2003-02-03 Garvin Hicking  <me@supergarv.de>
  4758.     * pdf_schema.php3, libraries/dbg/profiling.php3,
  4759.       libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
  4760.  
  4761. 2003-02-03 Marc Delisle  <lem9@users.sourceforge.net>
  4762.     ### 2.4.0-rc1 released
  4763.     and after the release:
  4764.     * lang/romanian: update, thanks to Valics Lehel
  4765.     * lang/spanish: update, thanks to Daniel Hinostroza C.
  4766.     * lang/catalan: update, thanks to Xavier Navarro
  4767.     * lang/dutch update, thanks to Ivo Teel
  4768.  
  4769. 2003-02-02 Olivier L. M├╝ller  <om@omnis.ch>
  4770.     * tbl_addfield.php3: ignore empty fields on alter table
  4771.  
  4772. 2003-02-02 Alexander M. Turek  <rabus@users.sourceforge.net>
  4773.     * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
  4774.       compatibility.
  4775.     * lang/german-*.inc.php3: Updates.
  4776.     * server_privileges.php3: Remove column privileges.
  4777.     * config.inc.php3: Added $cfg['DefaultTabServer'].
  4778.     * header.inc.php3: Link the default tabs.
  4779.     * libraries/common.lib.php3: PHP3 compatibility.
  4780.  
  4781. 2003-02-02 Michal Cihar  <nijel@users.sourceforge.net>
  4782.     * lang/czech: Updated.
  4783.     * lang/sort_lang.sh: This needs bash.
  4784.  
  4785. 2003-02-02 Marc Delisle  <lem9@users.sourceforge.net>
  4786.     * lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
  4787.     * lang/norwegian: update, thanks to Sven-Erik Andersen
  4788.     * libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
  4789.     * libraries/dbg/setup.php3, lang/*: generic $strCantLoad
  4790.       (later when we get enough translations,
  4791.        we can use it instead of $strCandLoadMySQL)
  4792.     * lang/romanian: update, thanks to Valics Lehel
  4793.     * lang/galician: update, thanks to Xos├⌐ Calvo
  4794.     * lang/lithuanian: update, thanks to Vilius Zigmantas
  4795.     * lang/japanese: update, thanks to Yukihiro Kawada
  4796.     * lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
  4797.       thanks to Alexander
  4798.  
  4799. 2003-02-01 Robin Johnson  <robbat2@users.sourceforge.net>
  4800.     * R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
  4801.     re-entry into Earth's atmosphere. In memory of the brave men and women who
  4802.     gave their lives for the people of Earth. ---
  4803.     * Documentation.html: Removed a bit of duplication in [7.4] and the
  4804.     Developers section
  4805.     * libraries/dbg: New directory for DBG code
  4806.     * libraries/dbg/setup.php3:
  4807.        - DBG initialization code, including module support
  4808.     * libraries/dbg/profiling.php3: Profiling code
  4809.     * lang/*: New strings added for DBG extension
  4810.     * config.inc.php3: config options for DBG, off by default
  4811.     * footer.inc.php3: DBG profiling output
  4812.  
  4813. 2003-02-01 Michal Cihar  <nijel@users.sourceforge.net>
  4814.     * Documentation.*, translators.html, docs.css: New documentation layout.
  4815.     * scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
  4816.  
  4817. 2003-02-01 Marc Delisle  <lem9@users.sourceforge.net>
  4818.     * tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
  4819.       db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
  4820.       new Feature: BLOB field upload
  4821.       (TODO: handle open_basedir restrictions)
  4822.  
  4823. 2003-01-31 Alexander M. Turek  <rabus@users.sourceforge.net>
  4824.     * config.inc.php3, Documentation.html, libraries/common.lib.php3,
  4825.       libraries/config_import.lib.php3: Added experimental support for
  4826.       compressed connections to the MySQL server.
  4827.  
  4828. 2003-01-30 Marc Delisle  <lem9@users.sourceforge.net>
  4829.     * db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
  4830.       support, thanks to Jose Fandos (jose.fandos at sonnd.com)
  4831.  
  4832. 2003-01-30 Michal Cihar  <nijel@users.sourceforge.net>
  4833.     * Documentation*: Added faq 1.27 about GZIP output buffering problem.
  4834.     * Documentation.html, translators.html: Unified using of font sizes.
  4835.  
  4836. 2003-01-30 Alexander M. Turek  <rabus@users.sourceforge.net>
  4837.     * main.php3, user_details.php3, libraries/user_details.js: Removed the old
  4838.       user management.
  4839.     * server_processlist.php3: Fixed a bug the denied the access to the
  4840.       process list for normal users.
  4841.     * config.inc.php3: Removed note about buggy setting.
  4842.     * lang/german-*.inc.php3: Updates.
  4843.     * Documentation.html: There won't be a PHP 4.5.0; typos.
  4844.  
  4845. 2003-01-29 Marc Delisle  <lem9@users.sourceforge.net>
  4846.     * tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
  4847.  
  4848. 2003-01-28 Marc Delisle  <lem9@users.sourceforge.net>
  4849.     * sql.php3, tbl_replace.php3: display UPDATE statement after row edit
  4850.  
  4851. 2003-01-27 Marc Delisle  <lem9@users.sourceforge.net>
  4852.     * lang/slovenian update: thanks to Kositer Uros (urosh)
  4853.     * lang/albanian: update, thanks to Laurent Dhima
  4854.     * lang/slovak update, thanks to Lubos Klokner
  4855.  
  4856. 2003-01-25 Marc Delisle  <lem9@users.sourceforge.net>
  4857.     * libraries/relation.lib.php3: improve messages
  4858.  
  4859. 2003-01-23 Marc Delisle  <lem9@users.sourceforge.net>
  4860.     * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
  4861.  
  4862. 2003-01-22 Robin Johnson  <robbat2@users.sourceforge.net>
  4863.     * lang/swedish*: Updates, thanks to Bj├╢rn T. Hallberg (bth)
  4864.     * lang/italian*: Updates, thanks to Pietro Danesi (danone)
  4865.     * lang/english*: Resorted and Resynced.
  4866.     * lang/farsi*: Added ready for Farsi translation
  4867.     * lang/sync_lang.sh, libraries/select_lang.lib.php3:
  4868.         - Updates ready for Farsi translation
  4869.     * lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
  4870.     * fulltext.png, partialtext.png, pma_logo.png:
  4871.         - Ran PNGCRUSH on files to reduce size optimially.
  4872.     * plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
  4873.     vertical_line.gif, item_rtl.gif, item_ltr.gif:
  4874.         - Old image files removed and replaced with PNG files (feature
  4875.         #458895)
  4876.     * plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
  4877.     vertical_line.png, item_rtl.png, item_ltr.png:
  4878.         - New PNG image files (feature #458895)
  4879.     * header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
  4880.         - Code changes for PNG images (feature #458895)
  4881.  
  4882. 2003-01-21 Robin Johnson  <robbat2@users.sourceforge.net>
  4883.     * libraries/sqlparser.lib.php3: checkType function
  4884.  
  4885. 2003-01-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  4886.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  4887.  
  4888. 2003-01-21 Marc Delisle  <lem9@users.sourceforge.net>
  4889.     * sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
  4890.       row limiting for exported results
  4891.  
  4892. 2003-01-21 Michal Cihar  <nijel@users.sourceforge.net>
  4893.     * db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
  4894.       tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
  4895.       Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
  4896.       be SIGNED/UNSIGNED/ZEROFILL.
  4897.  
  4898. 2003-01-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  4899.     * server_privileges.php3: Added column privileges editor.
  4900.  
  4901. 2003-01-19 Marc Delisle  <lem9@users.sourceforge.net>
  4902.     * sql.php3, tbl_properties_export.php3, tbl_dump.php3,
  4903.       tbl_move_copy.php3, libraries/build_dump.lib.php3:
  4904.       Feature: Export results of SELECTs
  4905.  
  4906. 2003-01-17 Marc Delisle  <lem9@users.sourceforge.net>
  4907.     * Documentation.html: faq 5.12 about OS X Safari problem
  4908.     * tbl_move_copy.php3: typo (wrong back link)
  4909.  
  4910. 2003-01-17 Robin Johnson  <robbat2@users.sourceforge.net>
  4911.     * lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
  4912.     * lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  4913.  
  4914. 2003-01-17 Alexander M. Turek  <rabus@users.sourceforge.net>
  4915.     * server_privileges.php3: Wrong label.
  4916.     * scripts/create-release.sh: Changed the CVS hostname to cvs1 because
  4917.       cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
  4918.       The script now works on the SF shell servers ONLY!
  4919.  
  4920. 2003-01-16 Michal Cihar  <nijel@users.sourceforge.net>
  4921.     * lang/czech: Updated.
  4922.     * libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
  4923.       field editing.
  4924.  
  4925. 2003-01-15 Robin Johnson  <robbat2@users.sourceforge.net>
  4926.     * lang/sort_lang.sh: Fix status output bug '\n'
  4927.     * db_details_importdocsql.php3: Move hardcoded strings to language files
  4928.     * lang/*.php3: Add new strings for docSQL importer
  4929.     * libraries/sqlvalidator.*.php3: Finish fixing bug #644709
  4930.     * Documentation.html: Revised FAQ entry about SQL Validator
  4931.  
  4932. 2003-01-15 Alexander M. Turek  <rabus@users.sourceforge.net>
  4933.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  4934.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  4935.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  4936.     * lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
  4937.     * lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
  4938.  
  4939. 2003-01-15 Marc Delisle  <lem9@users.sourceforge.net>
  4940.     * pdf_pages.php3: feature: deleting a pdf page
  4941.     * libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
  4942.       , bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
  4943.  
  4944. 2003-01-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  4945.     * server_privileges.php3:
  4946.       - Lookup database / table lists if possible;
  4947.       - The database name was displayed instead of the table name in the sub
  4948.         page heading.
  4949.     * lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
  4950.     * lang/norwegian-*.inc.php3: Updates, thanks to
  4951.       Sven-Erik Andersen (sven-erik).
  4952.     * lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
  4953.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  4954.  
  4955. 2003-01-14 Marc Delisle  <lem9@users.sourceforge.net>
  4956.     * lang/galician: update, thanks to Xos├⌐ Calvo
  4957.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  4958.  
  4959. 2003-01-14 Michal Cihar  <nijel@users.sourceforge.net>
  4960.     * tbl_properties_structure.php3, libraries/functions.js: Added (un)check
  4961.       all for fields selection.
  4962.     * tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
  4963.       (Jumping cursor using keyboard).
  4964.     * tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
  4965.       functions.js to allow jumping using keyboard.
  4966.     * tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
  4967.       works also for row editing.
  4968.     * Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
  4969.  
  4970. 2003-01-13 Robin Johnson  <robbat2@users.sourceforge.net>
  4971.     * libraries/sqlvalidator.class.php3:
  4972.       - Removed dependency on overload extension
  4973.       - Started to fix bug #644709
  4974.     * sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
  4975.       - Revert line 88 of sql.php3, and fix it a different way...
  4976.  
  4977. 2003-01-12 Robin Johnson  <robbat2@users.sourceforge.net>
  4978.     * read_dump.php3, sql.php3, libraries/common.lib.php3,
  4979.     libraries/sqlparser.lib.php3:
  4980.       - Fixed bug #641765, see mailing list post
  4981.  
  4982. 2003-01-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  4983.     * server_*.php3:
  4984.       - The messages are now displayed by server_links.inc.php3, so
  4985.         server_common.inc.php3 may be included earlier;
  4986.       - Beautified code.
  4987.     * server_privileges.php3:
  4988.       - Wrong GRANT syntax;
  4989.       - Changed the default behavior of the for fields "pred_username" and
  4990.         "pred_password".
  4991.  
  4992. 2003-01-10 Marc Delisle  <lem9@users.sourceforge.net>
  4993.     * tbl_change.php3: bug 665885, wrong back link after sql error
  4994.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  4995.     * lang/ukrainian: update, thanks to Markijan Baran
  4996.     * lang/romanian: update, thanks to Valics Lehel
  4997.     * lang/japanese: update, thanks to Yukihiro Kawada
  4998.  
  4999. 2003-01-10 Michal Cihar  <nijel@users.sourceforge.net>
  5000.     * lang/czech*: Updated.
  5001.  
  5002. 2003-01-09 Marc Delisle  <lem9@users.sourceforge.net>
  5003.     * sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
  5004.       support for the EXTRACT ... FROM syntax which is not a real
  5005.       SELECT ... FROM
  5006.  
  5007. 2003-01-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  5008.     * server_privileges.php3, lang/*.inc.php3:
  5009.       - Forgot to implement "This host";
  5010.       - Drop the users' databases;
  5011.       - Don't send comments to the MySQL server;
  5012.       - When trying to delete multiple users, display an error message if none
  5013.         have been selected.
  5014.  
  5015. 2003-01-08 Marc Delisle  <lem9@users.sourceforge.net>
  5016.     * libraries/sqlparser.lib.php3, libraries/functions.js,
  5017.       sql.php3: - use the parser for confirmation requests
  5018.                 - better check before appending LIMIT
  5019.     * lang/galician: update, thanks to Xos├⌐ Calvo
  5020.     * lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
  5021.     * lang/indonesian: missing semicolon
  5022.     * lang/japanese: update, thanks to Yukihiro Kawada
  5023.     * lang/romanian: update, thanks to Valics Lehel
  5024.  
  5025. 2003-01-08 Michal Cihar  <nijel@users.sourceforge.net>
  5026.     * libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
  5027.       and hidden input generating stuff.
  5028.     * almost all php3 files: Use new URL and hidden input generation stuff.
  5029.     * libraries/common.lib.php3: Addded extra check for MySQL even when in
  5030.       safe mode (could fix #661949).
  5031.  
  5032. 2003-01-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  5033.     * lang/english-*.inc.php3: Fixed a typo.
  5034.     * server_privileges.php3, libraries/url_generating.lib.php3:
  5035.       - Beautified generated XHTML code;
  5036.       - Coding standards;
  5037.       - Added a missing @param comment.
  5038.  
  5039. 2003-01-07 Michal Cihar  <nijel@users.sourceforge.net>
  5040.     * lang/czech: Updated.
  5041.  
  5042. 2003-01-07 Alexander M. Turek  <rabus@users.sourceforge.net>
  5043.     * server_privileges.php3: Sorting user list.
  5044.     * translators.html: Typo.
  5045.     * lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
  5046.     * lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
  5047.     * lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
  5048.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  5049.     * lang/norwegian-*.inc.php3: Updates, thanks to
  5050.       Sven-Erik Andersen (sven-erik).
  5051.     * lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
  5052.  
  5053. 2003-01-07 Marc Delisle  <lem9@users.sourceforge.net>
  5054.     * Documentation.html: clarification about cookie/http modes
  5055.     * lang/dutch update, thanks to Ivo Teel
  5056.     * lang/japanese: update, thanks to Yukihiro Kawada
  5057.     * lang/ukrainian: remove duplicate messages
  5058.  
  5059. 2003-01-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  5060.     * server_privileges.php3:
  5061.       - Interface cosmetic;
  5062.       - Smaller bugfixes;
  5063.       - Added a db / table privileges editor.
  5064.     * server_privileges.php3, server_links.inc.php3: XHTML fixes.
  5065.     * server_privileges.php3, libraries/server_privileges.js:
  5066.       - Optimized some JS functions for the new interface;
  5067.       - Added ability to create new MySQL users via GRANT (feature #502465).
  5068.     * Documentation.html, translators.html, libraries/defines_php.lib.php3:
  5069.       Incremented version number to 2.4.0-dev.
  5070.  
  5071. 2003-01-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  5072.     * Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
  5073.  
  5074. 2003-01-03 Marc Delisle  <lem9@users.sourceforge.net>
  5075.     * lang/estonian*, malay*: remove control M
  5076.     * lang/romanian: update, thanks to Valics Lehel
  5077.     * lang/galician: update, thanks to Xos├⌐ Calvo
  5078.     * lang/english: typos fix, thanks to Bj├╢rn T. Hallberg (bth)
  5079.  
  5080. 2003-01-01 Alexander M. Turek  <rabus@users.sourceforge.net>
  5081.     * lang/german*: Updated.
  5082.  
  5083. 2003-01-01 Michal Cihar  <nijel@users.sourceforge.net>
  5084.     * lang/czech*: Updated.
  5085.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  5086.     * lang/sort_lang.sh: Made POSIX sh compatible.
  5087.     * lang/check_lang.sh: Made require bash.
  5088.     * lang/swedish*: Updated.
  5089.     * lang/*: For many translations fixed missing/duplicate strings.
  5090.  
  5091. 2002-12-28 Marc Delisle  <lem9@users.sourceforge.net>
  5092.     * lang/ukrainian: update, thanks to Markijan Baran
  5093.     * user_details.php3: add $strGrantOption
  5094.     * lang/french update
  5095.     * main.php3, lang/*.php3: $strOriginalInterface
  5096.  
  5097. 2002-12-25 Alexander M. Turek  <rabus@users.sourceforge.net>
  5098.     * server_privileges.php3:
  5099.       - Made the script compatible to MySQL < 3.22.11;
  5100.       - Fixed the missing "LOCK TABLES" option in the privilege editor.
  5101.       - Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
  5102.         if all privileges have been selected.
  5103.     * libraries/sqlparser.data.php3:
  5104.       - Fixed bug #655817 (New privileges are not detected correctly).
  5105.       - Updated function list.
  5106.  
  5107. 2002-12-23 Alexander M. Turek  <rabus@users.sourceforge.net>
  5108.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  5109.  
  5110. 2002-12-22 Alexander M. Turek  <rabus@users.sourceforge.net>
  5111.     * server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
  5112.       Added ability to delete users.
  5113.  
  5114. 2002-12-21 Alexander M. Turek  <rabus@users.sourceforge.net>
  5115.     * tbl_dump.php3:
  5116.       - Fixed wrong charset information in XML exports.
  5117.       - Beautified the output of the MySQL version number, e.g. '4.0.5' instead
  5118.         of '4.00.05'.
  5119.  
  5120. 2002-12-20 Alexander M. Turek  <rabus@users.sourceforge.net>
  5121.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  5122.  
  5123. 2002-12-19 Michal Cihar  <nijel@users.sourceforge.net>
  5124.     * server_privileges.php3: Fixed undefined variable warning.
  5125.     * lang/czech*: Updated.
  5126.     * lang/*: Fixed a typo.
  5127.  
  5128. 2002-12-19 Marc Delisle  <lem9@users.sourceforge.net>
  5129.     * lang/romanian: update, thanks to Valics Lehel
  5130.     * lang/dutch update, thanks to Ivo Teel
  5131.  
  5132. 2002-12-19 Alexander M. Turek  <rabus@users.sourceforge.net>
  5133.     * lang/norwegian-*.inc.php3:
  5134.       - Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
  5135.       - Updates, thanks again to Sven-Erik Andersen (sven-erik).
  5136.     * lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
  5137.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  5138.     * lang/german-*.inc.php3: Updates.
  5139.     * lang/*.inc.php3: Fixed a typo.
  5140.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  5141.     * lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
  5142.     * server_privileges.php3, lang/*.inc.php3:
  5143.       - Bugfixes;
  5144.       - Small design modification;
  5145.       - Added ability to change passwords via SET PASSWORD FOR user.
  5146.  
  5147. 2002-12-18 Alexander M. Turek  <rabus@users.sourceforge.net>
  5148.     * main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
  5149.       lang/*.inc.php3: Started rewriting the user administration; changes:
  5150.       - Use GRANT / REVOKE for privilege changes (feature #502465);
  5151.       - Support for the new privilege system introduced with MySQL 4.0.2-beta;
  5152.       - Support for user resource limits;
  5153.       - Improved user friendliness.
  5154.       Currently, it can only display and edit global privileges.
  5155.     * libraries/common.lib.php3: Undefined index.
  5156.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  5157.     * lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
  5158.  
  5159. 2002-12-18 Michal Cihar  <nijel@users.sourceforge.net>
  5160.     * main.php3: Since every user has access to his processlist, set
  5161.       is_process_priv to TRUE as default (fixes undefined variable warning).
  5162.  
  5163. 2002-12-18 Marc Delisle  <lem9@users.sourceforge.net>
  5164.     * tbl_select.php3, bug 648263
  5165.     * libraries/common.lib.php3, bug 653764
  5166.     * tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
  5167.       append data only to a table
  5168.  
  5169. 2002-12-17 Marc Delisle  <lem9@users.sourceforge.net>
  5170.     * lang/russian: update, thanks to Nicolay Zakharov
  5171.  
  5172. 2002-12-16 Michal Cihar  <nijel@users.sourceforge.net>
  5173.     * lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
  5174.     * lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
  5175.  
  5176. 2002-12-16 Marc Delisle  <lem9@users.sourceforge.net>
  5177.     * lang/russian: update, thanks to Nicolay Zakharov
  5178.     * lang/galician: update, thanks to Xos├⌐ Calvo
  5179.  
  5180. 2002-12-15 Marc Delisle  <lem9@users.sourceforge.net>
  5181.     * libraries/get_foreign.lib.php3: bug 646263,
  5182.       bad drop-down in select sub-page
  5183.  
  5184. 2002-12-14 Alexander M. Turek  <rabus@users.sourceforge.net>
  5185.     * libraries/common.lib.php3: Removed a comment.
  5186.  
  5187. 2002-12-14 Marc Delisle  <lem9@users.sourceforge.net>
  5188.     * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
  5189.  
  5190. 2002-12-13 Michal Cihar  <nijel@users.sourceforge.net>
  5191.     * tbl_dump.php3: Fix output order of inserts/creates, generate file
  5192.       extension to include also file type, not only compression (now it
  5193.       generates something like dump.sql.gz).
  5194.  
  5195. 2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
  5196.     * pdf_schema.php3: Change generated filename to
  5197.       db_pdfname.pdf instead of db_pdfnumber.pdf
  5198.  
  5199. 2002-12-12 Alexander M. Turek  <rabus@users.sourceforge.net>
  5200.     * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
  5201.     * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
  5202.     * lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
  5203.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  5204.       Sven-Erik Andersen (sven-erik).
  5205.     * lang/german-*.inc.php3: Small grammar fix.
  5206.  
  5207. 2002-12-11 Alexander M. Turek  <rabus@users.sourceforge.net>
  5208.     * lang/german-*.inc.php3: Updates.
  5209.     * lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
  5210.     * libraries/build_dump.php3:
  5211.       - Fixed part 2 of bug #652311 (Undefined variables);
  5212.       - Coding standards.
  5213.  
  5214. 2002-12-11 Michal Cihar  <nijel@users.sourceforge.net>
  5215.     * tbl_dump.php3: Fix exporting of structure and data to file, fix and make
  5216.       cleaner charset conversion for export.
  5217.     * db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
  5218.       lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
  5219.       thanks to Valentine for creating the patch #627496.
  5220.  
  5221. 2002-12-11 Marc Delisle  <lem9@users.sourceforge.net>
  5222.     * lang/galician: update, thanks to Xos├⌐ Calvo
  5223.     * libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
  5224.       but there is still some work to do about how to split a UNION
  5225.     * tbl_properties_options.php3, bug 651522 wrong back-link,
  5226.       thanks to Mischka ( stollner at uni-muenster dot de )
  5227.  
  5228. 2002-12-10 Michal Cihar  <nijel@users.sourceforge.net>
  5229.     * lang/czech*.php3: Updated translation.
  5230.     * tbl_dump.php3: Fix Alexanders fix for bug #651414.
  5231.  
  5232. 2002-12-10 Alexander M. Turek  <rabus@users.sourceforge.net>
  5233.     * server_*.php3, lang/*.inc.php3, main.php3:
  5234.       - Added 'SHOW PROCESSLIST' interface;
  5235.       - Small bugfixes.
  5236.       - XHTML fixes.
  5237.     * lang/spanish-*.inc.php3: Updates, thanks again to
  5238.       Dr. med. Daniel Hinostroza C.
  5239.     * tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
  5240.  
  5241. 2002-12-09 Alexander M. Turek  <rabus@users.sourceforge.net>
  5242.     * lang/norwegian-*.inc.php3: Updates, thanks again to
  5243.       Sven-Erik Andersen (sven-erik).
  5244.     * lang/swedish-*.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  5245.     * lang/spanish-*.inc.php3: Updates, thanks again to
  5246.       Dr. med. Daniel Hinostroza C.
  5247.  
  5248. 2002-12-08 Alexander M. Turek  <rabus@users.sourceforge.net>
  5249.     * Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
  5250.       server_common.inc.php3, server_links.inc.php3, server_status.php3,
  5251.       server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
  5252.       Started working on a new interface to server related pages.
  5253.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  5254.     * lang/german-*.inc.php3: Updates.
  5255.     * lang/english-*.inc.php3: Reordered strings.
  5256.  
  5257. 2002-12-07 Marc Delisle  <lem9@users.sourceforge.net>
  5258.     * db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
  5259.       bug 633422, use a button if search result would generate a too big URL
  5260.  
  5261. 2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
  5262.     * pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
  5263.       Choose between Landscape and Portrait for the
  5264.       Datadictionary in PDF Pages
  5265.     * pdf_schema.php3: lineheight for Textrows in Datadictionary
  5266.       was equal to textheight, i added one mm above and below text
  5267.       (hope your tables are not too big not to fit on a page now ;)
  5268.  
  5269. 2002-12-06 Alexander M. Turek  <rabus@users.sourceforge.net>
  5270.     * lang/german.inc.php3: Updates.
  5271.     * main.php3: Fixed bug #649641 (usernames containing '@' character).
  5272.     * libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
  5273.       warning / php >= 4.3.0) by Mats Engstrom (matseng).
  5274.     * lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
  5275.     * lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
  5276.       (sven-erik).
  5277.     * lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
  5278.     * lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
  5279.     * lang/italian-*.inc.php3:
  5280.       - Updates, thanks to Pietro Danesi (danone).
  5281.       - Coding standards.
  5282.  
  5283. 2002-12-06 Marc Delisle  <lem9@users.sourceforge.net>
  5284.     * lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
  5285.       new data dict feature for PDF pages, thanks to Maxime Delorme
  5286.     * lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
  5287.       thanks to Piotr Roszatycki (d3xter)
  5288.  
  5289. 2002-12-05 Alexander M. Turek  <rabus@users.sourceforge.net>
  5290.     * lang/swedish.inc.php3: Updates, thanks again to Bj├╢rn T. Hallberg (bth).
  5291.  
  5292. 2002-12-05 Marc Delisle  <lem9@users.sourceforge.net>
  5293.     * pdf_schema.php3: remove control M
  5294.     * lang/dutch update, thanks to Ivo Teel
  5295.  
  5296. 2002-12-04 Marc Delisle  <lem9@users.sourceforge.net>
  5297.     ### 2.3.3pl1 released
  5298.  
  5299.  
  5300.          --- Older ChangeLogs can be found on our project website ---
  5301.                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
  5302.  
  5303. # vim: ft=changelog fenc=utf-8
  5304. # vim: expandtab ts=4 sw=4 sts=4
  5305. # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
  5306. # vim: fdn=1 fdm=expr
  5307.